![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have been tasked with importing a file that has various formats on each line which collectively can represent a single record (produced from a mainframe). Typically, interface files I've worked with are tabular (like a spreadsheet) with each row representing one item (fact) of data. Example: ROD, BAUTISTA, 573-32-2343, 8951254, PIMCO SMALL CAP, EQUITY, PURCHASE, 200, 6/30/2004 YOUSE, GUIA, 546-34-3453, 8951254, PIMCO SMALL CAP, EQUITY, SALE, 240, 6/24/2004 The file I am attempting to work with has the data is laid out in a manner where the single "fact" is represented on multiple lines. Example: AST1 8951254 PIMCO SMALLCAP EQUITY TRX1 ROD BAUTISTA 573-32-2343 TRX2 PIMCO SMALLCAP TRX3 PURCHASE 200 6/30/2004 TRX1 YOUSE GUIA 546-34-3453 TRX2 PIMCO SMALL CAP TRX3 SALE 240 6/24/2004 I'm just polling others for advice/suggestions on working with such a file without purchasing new ETL software. Any ideas would be greatly appreciated. |
![]() |
| Thread Tools | |
| Display Modes | |
| |