Search found 2 matches

by bfarlow
Wed Dec 13, 2006 1:32 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Columnar data to table conversion with missing fields
Replies: 3
Views: 10001

If I sort the fields won't that lose their relationship with their record? My data looks like this:

Status: A
MLS: 1234
AD: 123 Able St
Town: Mytown
Status: A
MLS: 5678
AD: 456 Baker St
Town:
Status: A
MLS: 9012
Town: Yourtown

The columns are seperated by ":", the first column is the field name ...
by bfarlow
Sat Dec 09, 2006 1:29 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Columnar data to table conversion with missing fields
Replies: 3
Views: 10001

Columnar data to table conversion with missing fields

Hi all, newbie here

I'm trying to take previously extracted data for multiple records which have 56 fields currently represented in two columns (field name and data). I have found a premade filter called "convert column delimited to record.fll" which looks like it will work well with some ...