27-07-22 08:12 PM
28-07-22 03:03 AM
28-07-22 03:27 PM
Hi Wei,
If you are moving data from a worksheet into a collection the fields need to match accurately to the collection. They can be less but they cannot exceed in any way.
For example.
Worksheet headers
Name, Number, Percentage, Date,
Collection Headers
Name, Number, percentage, Date
This would fail as the collection header does not match as they are case sensitive and are impacted by trailing spaces.
Collection 2 Headers
Name, Number, Percentage, Date, Time
This would pass and 5 of the 6 fields would be populated.
1 way to do this is as Srihari suggested and remove all fields from the internal collection. You can then map them out once you have imported the worksheet once.
Or you can copy and paste the headers directly from the worksheet into the collection.
Also be careful of columns that are 'empty' but are not cleared, they can still be imported so remember to ensure the columns directly to the right have been deleted before saving.
Best Regards,
Ronan
28-07-22 08:45 PM
29-07-22 03:43 AM
29-07-22 06:40 PM
01-08-22 04:42 AM