[resolved] special characters in field names - CSV file using hyphen "-" header
Excuse the first time user question, but I have fallen at the first hurdle creating my first job. The output CSV file needs specific header column names such as "first-name"; I cannot change this. When I define this in Talend it changes the field in the schema to "first_name" (underscore not hyphen) and i cannot seem to override or escape this. Help. Thanks Si