I am using the Column Mapper to map columns from my source file to the respective system columns.
I get an error when the source column header has a "(" or ")" in there. The error occurs within the magmi UI.
Here is an example:
Mapped columns list: Name,Syle#,Width (inches)
New name for col Name: name
New name for col Style#: sku
New name for col Width (inches): width
Upon saving the profile, I get the following error:
**Warning:** syntax error, unexpected '(' in ColumnMappingItemProcessor.conf on line 7 in /public_html/magmi/inc/properties.php on line 49
I know a simple solution is to remove the "(" and ")" from the source but that is doesn't solve the issue. (I have 72 columns in source, and many of them contain "(")