cancel
Showing results for 
Search instead for 
Did you mean: 

Read a CSV file

tinu_n
Participant
0 Kudos

Hi All,

Can you please help with the FCC parameters to read the below CSV format file?

AAA,BBB,"1111,2222,3333"

No of fields : A,B,C

I gave the below parameter, but PI is considering this single field "1111,2222,3333" as three fields,

Record.fieldSeparator   ,

Record.endSeparator   'nl'

Record.fieldNames   

Can you please let me know how to consider this field "1111,2222,3333" as single field?

Thanks,

Tinu

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Use the parameter

Record.enclosureSign with value -> "


Regards

Bhavesh


tinu_n
Participant
0 Kudos

Hi Bhavesh,

Thanks a lot, this worked.

Thanks,

Tinu

former_member186851
Active Contributor
0 Kudos

Thats cool Bhavesh.

I was using the below parameter to acheive the same req.

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Tinu,

Try like this

Record.fieldSeparator  'nl'

It should work