I have a 39GB flat file that contains a recorder per row with 5 fields in each row. I am trying to read in this flat file and then parse each field and load into a DB. the fields on each row are seperated by a "," and there is a /n at the end of each row. I have tried just loading it into a n array - no luck, I tried using Tie:File, but either I am using it wrong or the comma's in each row are throwing it off and I can not even get a record count back.
Suggestions?
Thanks,
Ad.