answersLogoWhite

0


Best Answer

If you mean to convert from one file type to another. You possibly can but it would take a lot of work. It would require a good understanding of both file types. You could read one line at a time from the input file using the FOR command and then modify the line in order to make it work as the other file type and then use the redirection operator > to send the output to a new file. And it may not be as simple as that because of the structure of each file type.

I would recommend downloading an application to complete that task or use the information at the related links.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a batch file to make a xls file a csv?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you transfer contacts from Gmail to blackberry?

You have to create an external CSV file for that. After creating it transfer into the blackberry. You can then export contacts from that CSV/


Can contact list from Blackberry 8703 be transfered to Gmail?

Yes, contacts can be transferred from blackberry to Gmail. You have to create a CSV file in phone by exporting contacts. The CSV file can be extracted by gmail.


How do you convert csv to sif file?

Convert CSV to SIF File


How do you convert Outlook addresses to CSV file?

Data, export, file, csv


Creating an .csv file from word?

create a Word table, Select the entire table and Copy, paste into an Excel doc, save Excel doc as .csv


How do you convert an excel file to a csv file?

Use the Save As facility and pick the CSV option.


How do you convert an Excel database to a Mysql database?

1. For every sheet you have in Excel, create a matching table in MySQL database 2. Export excel data to a CSV file 3. Load the CSV files into MySQL database using one of the following: 3.1 mysqlimport - Loads tables from text files in various formats 3.2 LOAD DATA INFILE command 3.3 Create the tables with CSV storage engine, replace the CSV file in the database directory


How do you convert xls to csv file format?

Go to the File Menu and choose a SAVE AS. In Save As Type, you will find a list of various formats, amongst them is CSV. Choose that and the file can be saved in CSV format. It would be important that the data is laid out like a table.


How can you convert a pst file to a csv file?

To convert a PST of MS Outlook into CSV (Comma Separated Value) format, you can use Import and Export feature of MS Outlook. This will help you eport all the data from a .pst file to a new CSV file and you can save this new file with any name at any location.


How do you import contacts on Gmail?

Importing contacts by CSVShare Comment You can import your address books (from Outlook, Hotmail, Yahoo!, orkut, and other services) into Gmail. Importing your contacts isn't difficult. To get started, follow these steps:First, you'll need to format your contacts as a CSV file -- often times, address books exported from other mail providers are already formatted as CSV files. You can also create your own CSV file or save an excel file as a CSV.Once you have a CSV file with all your contacts' information, import the file and transfer your contacts to Gmail by clicking on "More Actions" button on the contacts page, then click on "Import".Note that you can only import up to 3,000 contacts at a time. If you have more than 3,000 contacts, you'll need to create multiple CSV files to upload.


How do you convert Excel to csv in Microsoft Excel?

From within Excel, File Menu>Save As>Save As Type>CSV


What does the acronym CSV mean?

CSV is an acronym for Comma Separated Values. CSV is a file of plain text data It is usually named .csv or .txt and it is text to be taken as text separated by commas and line breaks.