So im new to vb script and i have no clue where to start. In a nutshell i need to take a CSV manipulate the fields: add move and so on. Then dump it to a fixed length flat file.
I am trying to use a program called textpipe pro that offers some functionality to accomplish what i want but it doesnt quite cut the cheese as far as pre-installed filters. It does however have a VBScript section and a JScript section where you can add your own script and it will run that instead.
CSV Input looks like the following
Field Title
1 Phone
2 Last
3 First
4 Add
5 City
6 State
7 Zip
8 Phone
9 First
Fixed Length Output
Field Title Field Length
1 Call Code(prepopulated with the #9) 9
2 Phone 10
3 Last 35
4 First 15
5 Salutation 4
6 Company 35
7 First 35
8 Addr1 35
9 Addr2 10
10 City 30
11 State 2
12 Zip 5
13 Source 22
14 RecType 5
15 Camp 6
16 ListID 6
Any help would be appreciated maybe and example with 2 or 3 fields and i can figure out the rest i just need something to work off of to get me headed the right direction.
Thanks for the help guys
I am trying to use a program called textpipe pro that offers some functionality to accomplish what i want but it doesnt quite cut the cheese as far as pre-installed filters. It does however have a VBScript section and a JScript section where you can add your own script and it will run that instead.
CSV Input looks like the following
Field Title
1 Phone
2 Last
3 First
4 Add
5 City
6 State
7 Zip
8 Phone
9 First
Fixed Length Output
Field Title Field Length
1 Call Code(prepopulated with the #9) 9
2 Phone 10
3 Last 35
4 First 15
5 Salutation 4
6 Company 35
7 First 35
8 Addr1 35
9 Addr2 10
10 City 30
11 State 2
12 Zip 5
13 Source 22
14 RecType 5
15 Camp 6
16 ListID 6
Any help would be appreciated maybe and example with 2 or 3 fields and i can figure out the rest i just need something to work off of to get me headed the right direction.
Thanks for the help guys