Hi There,
I am attempting to implement functionality detailed in the Workflow process created by Glen Murie in this post here https://answers.laserfiche.com/questions/47431/How-to-configure-Workflow-to-import-Field-data-from-a-CSV-file#119256. This reads off the text stream from the Excel sheet and then inserts it.
The issue I'm having is with decolumnize turned on, the excel is not read line by line but instead it brings in all the first columns first then moves onto the next row. Obviously for this functionality to work we need it to read row by row.
Turning Decolumnize off (and using Import Agent for the import) brings in the excel sheet a bit better but unfortunately it looks like it's bringing in all the date fields first, and incorrectly. it seems to be bringing the dates in as a string of numbers (presumably a code) rather than a date. For the rest of the fields and types, it's all correct and row by row.
Any ideas?