Description:
This is an application to read CSV files. You can open a CSV (Comma Sepatared Value) file.
Choose a column, Select a criteria and Get the details of the selected line as a Query result.
CSV files can be easily generated using EXEL.
Planned for more features in further versions. Request the user Comments please.
Very Important.
Please follow the instructions to create an error free .CSV file:
- The file should have ".csv" extension.
- Save the file in "UTF-8" encoding as follows:
o After creating the file.
o Open the file in Notepad.
o Click "File" Menu.
o Select " Save as".
o Add ".csv" as file extension in fileName.
o Select "All files" in save As type.
o Select "UTF-8" in encoding (This is very important).
CSV reader can be used to open .csv files with reference to picture files offollowing types:
- bmp.
- jpeg.
- png.
- gif.
- gif animated.
The csv file can be made in excel, notepad, etc. and after that shall be saved in notepad as mentioned above.
The pictures shall be saved to Storagecard\CSVReader folder, in your device. Just type the name of the picture file with extension in the csv file.
Example of a CSV file:
Name,Age,Photo
John,35,john.bmp
The first line will be treated as the column name.
In place of john.bmp, the CSV Reader will show the picture if it is found in Storagecard\CSVReader folder.
There is no restriction on number of columns and rows.
Please feel free to contact the developer: mohanchellappa@gmail.com.
Update Description:
v1.1:
- Added intelligent features for handling 2 column files.
- Added support for different type of delimiters.
- Added support for picture files. So that you can make your own dictionary or reference files.
- More finger friendly features.