PureBytes Links
Trading Reference Links
|
>Subject: ASCII Record Conversion
>Does anyone know of a simple program that will automatically reorder the
>fields of an ASCII file? I'd like to find something that allows you to
>designate the field order of the source file and the order of the
>(converted) target file.
Is this something you need to do daily? Or only a one time conversion of
a large file? If it was a ONE time task, I would do it for you
semi-automatically.
>For instance, if the field order of my source file is Date, Open, High,
>Low, Close, Volume and I want a converted file that includes just Date,
>Close, Volume - or if I just wanted to reorder all of the fields in each
This is the kind of task that an experienced programer can do in a few
minutes.
I had a windoze program that would convert nearly anything to anything
else.
and you could swap the fields when doing it. Trying to think of the name
of it.......
You want it in ASCII when complete, right?
Wayne
|