| User: swlim9999 -- 2013-04-27 << 1074 1076 >> |
| Hits: 3964 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename csv file with text from second line, second column of the file. Example: <ticker>,<name>,<per>,<date>,<time>,<open>,<high>,<low>,<close>,<vol>,<o/i> 0012,3A,I,....,....., I want to rename my file with the text under <name>, which in this case is 3A. |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. open "Tools->Batch Runner" menu 2. drag multiple csv files from "windows file browser" to "batch runner" window 3. check option of "set output filename", and change the following entry to: 4. check the new filename preview at output file column 5. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |