- Jun 13, 2000
- 26,391
- 1,780
- 126
I'd like to setup a web page either through SharePoint or a local Linux server that can search a CSV file with about 30,000 rows.
Basically the file contains 2 columns of values. I need to search on one column to return the other value on the matching row. Simple, right?
What's the best way to make it happen without hitting java or security issues in the future?
Basically the file contains 2 columns of values. I need to search on one column to return the other value on the matching row. Simple, right?
What's the best way to make it happen without hitting java or security issues in the future?