cancel
Showing results for 
Search instead for 
Did you mean: 

Flat File DataSource doesn't load properly.

Former Member
0 Kudos

Hi all,

we have a data file, which is tab delimited, saved as CSV and text versions. i have created a flat file datasource, mapped all fields.

I can load CSV version fine, but when use it on text version, it doesn't like it and can only return column one with the rest of the column blanked in the preview tab.

Setting:

In the "General" tab, everything is unchecked.

In Extraction tab, Adapter - "Load Text-Type File from Local Workstation"

Character settings - "Default setting"

Data format - "Separated with Separator"

Data separator - tab (00BB Hex)

Escape Sign - CR (00B6 Hex)

Number format - Direct entry

Thousand Separator - ","

Decimal point - "."

i have tried different setting, change number format to "User Master Records".

With the text version, the result in Preview can only display first column and Proposal preview can only shows one column. There is no error returned from the text version.

The CSV version can display all data and they are aligned as well.

what do i miss? is the text file not saved correctly? i can see all tabs and CR in the text version. it seems to be the tab is not detected properly or something.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have a look at the below link:

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Data separator should be "," and not tab in case of comma separated values "CSV" files. Change this setting and it should work then.

Hope that helps.

Regards

Mr Kapadia