Warlord
Warlord

Reputation: 75

Wrong delimiter in Informatica output file

I have created a informatica workflow. The target is made as a flat file. The delimiter used is \037 with UTF-8 encoding, but the output file created contains , as the delimiter. It works fine with other WF's i have created.

How to get the required delimiter in the output file.

Regards Sriram

Upvotes: 1

Views: 2151

Answers (1)

Ritika
Ritika

Reputation: 104

Just check once if it is only \037 or ,\037 in delimiter. And also check the same in session in set file properties for the flat file target.

Upvotes: 2

Related Questions