As a last resort (although painful) how do I change the column type manually to successfully deal with null values?
Question
How to change CSV column type
I have a large CSV and apparently FME tries to identify the column type when a CSV reader is added to a workspace. I believe this is causing a failure in a writer when FME identifies a column as "number" but there are a few null values in the column. It appears the CSV writer crashes when it wants to write a "number" but the value is "null". How do I get FME to stop identifying columns that have null values as "number"? I am doing no calculations on this column; it just needs to get pushed through to the writer as it is found in the reader.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.