Can anyone give me a clue to build a VB.NET program to take a file name
that looks like this:
$_1234_99999999 _7777777777_000 00000_$_A.tif
And make it into a CSV file to look like this:
1234,99999999,7 777777777,00000 000,A,c:\scans\ $_1234_99999999 _7777777777_000 00000_$_A.tif
I'd like to read through a directory with a number of these .tif files
and create a CSV that can I can use in another process. I just don't
really know where to start since I'm such a noob.
Perhaps there is already code out there to do this very thing.
Thanks for any help
that looks like this:
$_1234_99999999 _7777777777_000 00000_$_A.tif
And make it into a CSV file to look like this:
1234,99999999,7 777777777,00000 000,A,c:\scans\ $_1234_99999999 _7777777777_000 00000_$_A.tif
I'd like to read through a directory with a number of these .tif files
and create a CSV that can I can use in another process. I just don't
really know where to start since I'm such a noob.
Perhaps there is already code out there to do this very thing.
Thanks for any help
Comment