Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is difference between fixed and delimited data store file format in oracle data integrator

I am new in ODI kindly guide me in that

what is difference between fixed and delimited data store file format in oracle data integrator

like image 369
SQL PLSQL Avatar asked Oct 15 '25 02:10

SQL PLSQL


1 Answers

Fixed format means that the fields in your file have a fixed length. For instance first column is always 10 characters, second is 3 characters and third is 20 characters.

Delimited format means that there is a character used to separate every column on each line. The most common format are CSV (Comma-separated values) or TSV (Tab-separated values) files.

So depending of how your data is structured in your source file, you need to choose fixed or delimited.

like image 62
JeromeFr Avatar answered Oct 17 '25 22:10

JeromeFr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!