top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Load data from a comp3 file to informatica

+1 vote
726 views

I have a Comp3 file as a source in my mapping. How do I load data in the target. The source defination has fixed length and the Code Page is '7-bit ASCII'. The data is not populated properly. Please help.

posted Jun 10, 2014 by Amit Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+3 votes

Your source is mainframe file which contains data in COMP3 datatype format.
You need to create a datamap in PowerExchange for your MF source. When you will create datamap, COMP3 datatype's compatible datatype will be seen in source structure like packed/unpacked. This will fetch you proper data.

answer Jun 11, 2014 by Shatark Bajpai
+1 vote

It is unclear whether the source is in ASCII or you need the data in ASCII.

Either way, any non-text field is not a good way to pass data between ASCII/EBCDIC in either direction. Binary, packed-decimal and floating-point fields are neither ASCII nor EBCDIC, which are codes for representing bytes. So if going through a translation binary/packed-decimal/floating-point will be garbled (you can get lucky with a limited range of binary values).

answer Jun 11, 2014 by Shweta Singh
Similar Questions
0 votes

Design a mapping to load the first record from a flat file into one table A, the last record from a flat file into table B and the remaining records into table C?

0 votes

I have 20 records in a file and I don't need the first and the last line, I need data from 2 through 19 lines only.
How can I achieve this?

+1 vote

Please help me to read data from a password protected excel file with informatica

Basically i need to convert excel to csv and read with informatica

Thanks

...