Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am trying to load post codes into a combobox on my web page, from a csv file that has in it only one column per record for each post code

I am looking for an example on how to go about it

Thanks
Alex
Posted
Comments
enhzflep 24-Jan-14 1:27am    
You can just use AJAX to fetch the contents of the file as a string, along with the .split method of said string.
Something like either of these:
JS csv string --> array
read data from csv file

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900