Search found 4 matches
- Fri Apr 10, 2015 7:37 pm
- Forum: Technical / Scripting
- Topic: Modify Field In CSV File
- Replies: 1
- Views: 2454
Modify Field In CSV File
The csv file I am trying to manipulate has a random number of records. The fields I am trying to change are always the 2nd and 4th fields. Basically what I am trying to do is enclose the data in the 2nd and 4th field with a double quote. So for example, if my record is below FieldOne,FieldTwo,FieldT...
- Tue Jul 22, 2014 3:31 pm
- Forum: Technical / Scripting
- Topic: Writeln With Variable File name
- Replies: 1
- Views: 2844
Writeln With Variable File name
I need to create a csv file that will have a new name each date. The name of the file name will have todays date in it. this is what I have so far. The file never gets written or created in the TEMP folder. If I take out the %FILENAME% in the WRITELN statement, and use filename.csv, the file has the...
- Fri Sep 24, 2010 1:43 pm
- Forum: Technical / Scripting
- Topic: Creating Exe files script editor
- Replies: 1
- Views: 3414
Creating Exe files script editor
I created an exe file with the script editor. is there any way to read the exe file back into the editor so i can make a few changes???
thanks in advance
thanks in advance
- Wed Apr 14, 2010 12:40 pm
- Forum: Technical / Scripting
- Topic: Read File name/FTP Commands
- Replies: 3
- Views: 5814
Read File name/FTP Commands
Here is my problem. I need to retrieve a file from an FTP server. The name of this file will change daily. I can read and get the contents of the specific folder with various ftp script commands. Todays file may be something like XXX20100414.csv. When I use the READFILE command, I can get the specif...