FTP Plug in error in character set (NLS)

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
carl-itos
Participant
Posts: 3
Joined: Thu Mar 22, 2012 11:45 am
Location: Mexico City

FTP Plug in error in character set (NLS)

Post by carl-itos »

I'm trying to read a flat file (TXT) with a FTP Plug in stage, but the file is in ANSI encoding, my FTP Stage plugin is configured with UTF8, I've tried changing the NLS configuration but I just could not read the file.

How can I achieve this?
carl-itos
Participant
Posts: 3
Joined: Thu Mar 22, 2012 11:45 am
Location: Mexico City

Post by carl-itos »

the issue was fixed by just changing the way the flat file was being read from Binary to ASCII
Post Reply