After scratching my head over a particularly complicated import file, I have come up with the following handy workaround for importing lots of custom data.
Just include your custom fields in the flat file as usual, and when you import the flat file, map your custom fields to any spare import fields you are not using e.g. Date Info, Other Info, Extended Info Text, Report Description etc. Then at least you have the information in Actinic.
Then as soon as the import is completed, do an export of your catalog.
After you have done the export, create your user-definable variables within Actinic - one for each custom field you want to import. Make sure you set the 'Place of Setting' as 'Product'.
Then open your export file in Notepad, and locate the fields in the 'Header' row that you used to import your custom fields. Rename the fields to be the the same as the names for your custom variables.
Then re-import the export file (as a hierarchical file this time) - replacing your data. Your custom field data will be assigned correctly to your user-definable variables you have created in Actinic.
Hope people find that useful.
Just include your custom fields in the flat file as usual, and when you import the flat file, map your custom fields to any spare import fields you are not using e.g. Date Info, Other Info, Extended Info Text, Report Description etc. Then at least you have the information in Actinic.
Then as soon as the import is completed, do an export of your catalog.
After you have done the export, create your user-definable variables within Actinic - one for each custom field you want to import. Make sure you set the 'Place of Setting' as 'Product'.
Then open your export file in Notepad, and locate the fields in the 'Header' row that you used to import your custom fields. Rename the fields to be the the same as the names for your custom variables.
Then re-import the export file (as a hierarchical file this time) - replacing your data. Your custom field data will be assigned correctly to your user-definable variables you have created in Actinic.
Hope people find that useful.
Comment