Morning,
trying to interpret the documentation within this script and have some questions for anyone who has successfully used it (or for the author (Mark Brydon))
- what format does the csv file follow? there is no mention in this script although there is a reference to csv_to_xml_actions so you could assume its the same format?
[*]Metadata CSV - seems simple, just comma separated metadata field id and name of field?
[*]Asset Attribute Mapping CSV - more confusing (supplied field name, asset attribute name?)
i guess the example is causing my confusion. it would help if you provided more examples for each.
i have 471 course entries to import - we have successfully migrated to a mysql table with each section saved as separate fields (ready for insertion as metadata).
in the above example the various csv files would look like (using two fields for now):
CSV IMPORT FILE
name, course_name
Advertising Skills - Statement of Attainment, Advertising Skills
META MAP FILE (metadata field id)
5672, course_name
ATTR MAP FILE
course_name, name
Then the TYPE_CODE would be page_standard
Any advice/help appreciated (still waiting on management to get support pack purchased!)