Issues with quotes during loading with bulk script

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
Pk39565
Premium Member
Premium Member
Posts: 34
Joined: Tue Dec 25, 2007 12:03 am
Location: Brisbane

Issues with quotes during loading with bulk script

Post by Pk39565 »

I have 2 sequential file which will load into a single table.One is created from server job and other is created from parallel job.Both will contain same type of data.

I am having no issue loading to a table (via sql loader (oracle)) from the file which is created from server job but file which is created from parallel job has issues in loading the following data.

"abc"|""""Gunnado""""|"def"

Sequntial File Format in Parallel Edition:
Pipe delimited
Null Filed Value=""
Quote="


Sequntial File Format in Server Edition:
Delimiter=|
Quote Character="

Please help me in solving this issue..thanks
Praneet
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And the issue is?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Pk39565
Premium Member
Premium Member
Posts: 34
Joined: Tue Dec 25, 2007 12:03 am
Location: Brisbane

Post by Pk39565 »

Record is been rejected and the error is

"no terminator found after TERMINATED and ENCLOSED field"
Praneet
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And the example you posted:

"abc"|""""Gunnado""""|"def"

That is from the Server or PX generated file? What does the other one look like? Rather than assume, specificy for us which one loads and which one doesn't as well, please.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply