
VB Script to convert multiple Excel files to CSV
Posted by: Viral Raichura
A simple VB Script to convert your multiple Excel (xls) files to CSV format quickly.
Overview
While working with Data conversions or ETL, files in CSV formats are easy to process on various systems and platforms. The VB Script given here can quickly convert your XLS or XLSX files into CSV. How to use this script? Command line mode: Execute this VB Script with name of each excel file as an argument. Example:
- Convert_To_CSV.vbs <file1.xls> <file2.xls> <file3.xls>?..
Features
- PowerCenter version 9.1 and 9.5