When using the Generic Reader and running a CSV file through it, is it possible to specify the CSV parameters somewhere. In the Log file when I run it as is I see:
Opening the GENERIC Reader on dataset `C:\\Temp\\Northgate_Edgbaston.csv'
CSV Reader: Opening CSV files in directory `C:\\Temp/\\'
CSV Reader: Separator Character: ','
CSV Reader: Skip Duplicate Delimiters: no
CSV Reader: Strip Quotes From Fields: no
CSV Reader: File Has Field Names: no
CSV Reader: Field Names Follow Header: no
CSV Reader: Number of Lines to Skip: 0
CSV Reader: Number of Footer Lines to Skip: 0
CSV Reader: Encoding name ''
CSV Reader: Allowing Spaces in Column Names: no
CSV Reader: Max features to scan for schema: 10000
CSV Reader: Opening dataset 'C:\\Temp\\Northgate_Edgbaston.csv'
But I'd like to be able to set these parameters so that I can specify that the CSV file has field names and to strip quotes from fields.
Thank you,
Peter.