- Make a copy of the latest version of the file. Either look on the server. It's probably called something like "milestones_20_revision.csv" or similar.
- Rename the file by incrementing the revision number.
- Copy all the rows from the most recent master schedule, and append them to the end of the "milestones_20_revisions_file.csv" file.
- Expand the id field so that it assigns new sequential ids to the new rows.
- Reformat the 'milestone' field to SQL format.
- In Excel, highlight the column -> Format Cells -> Number -> Custom.
- Type in "yyyy-mm-dd" in the "Type:" field.
- Click okay.
- Reformat the created_at and updated_at fields to SQL format:
- In Excel, highlight both columns -> Format Cells -> Number -> Custom.
- Type in "yyyy-mm-dd hh:mm:ss" in the "Type:" field.
- Click okay.
- Save and close the file.
Friday, October 22, 2010
How to prepare a csv file for import to ead5
When a new weekly master schedule is released and the data has been parced in excel, that data needs to be imported to the server. Follow these steps to produce a csv file that can be imported to the server with the new milestone data.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment