Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
This is a general issue whereby the metadata (field names) within the LAE need to be in the server character set.
If unicode characters within the Excel files column headers cannot be mapped to the LAE metadata then the node will error.
Allowing unicode characters in the metadata - and just generally using unicode as the default character set for metadata & string types is a significant amount of work, but planned in the future.
In the meantime, an enhancement request has been raised to ensure that this data can be brought into the LAE using the Excel File node (using the SubstituteInvalidCharacters option or something similar to allow the node to convert these characters to something that would work as a field name within the metadata).
As a side note, while not a very good solution, if you know the numbers & names of columns in advance, but are dealing with large numbers of Excel files where you aren't able to go and open the file in Excel, convert to CSV and import etc, then another workaround would be to use the WorkbookSpec parameter and specify the names of the fields directly within the WorkbookSpec parameter and specify not to read the header row from the Excel file.
Tim.