Hi everyone.
We have stumbled into an issue regarding CSV imports, namely if the CSV file is UTF-8 with BOM.
An otherwise correct CSV file has a BOM will show
> org.adempiere.exceptions.AdempiereException:
> org.adempiere.exceptions.AdempiereException:
> Field <field name> not found in tab <current tab>
Removing the BOM (e.g. using a hex editor like PSPad) fixes the issue.
Has anyone else encountered and solved the issue?
Thanks in advance!
Lukas