Reading a csv file with null entries
ID, A, B, C, D
QA123, 1,2,3,4
QA456,,,,
Into a table with character_varying, numeric, numeric, numeric, numeric
Writer fails on line QA456 with error
Error was 'ERROR: invalid input syntax for type numeric: ""
CONTEXT: COPY table, line 2, column A: ""
How can I deal with this issue?
Thanks
Using FME Desktop 2015.1