Archive

Posts Tagged ‘csv’

Filter/Edit CSV (Comma Separated Value) Data

Jul 16th, 2010

CSV is very common format for data interchange. It is not as famous as XML and JSON but it is always easy to work with. CSV file can be opened directly in MS Excel and readable in any text editor. It does not take as much space as XML takes.… READ MORE

Open CSV (Comma Separated Value) File in MS Word

Sep 28th, 2008

CSV file is a text file, so this type of file can easily be opened in MS Word. Just use your MS Word Menu File->Open. Or right click on file and use “Open With…”. Select “Microsoft Word for Window”.
CSV file data can easily be converted into table structure in… READ MORE