importing a csv file into a java swing table

后端 未结 3 655
一生所求
一生所求 2021-01-17 02:34

I have a csv file of all the stock quotes on in the nyse. first column is symbol second column is the name of the company.

I have a search box and table made in netb

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-17 02:43

    I collect csv data for stocks from Yahoo, and, oddly enough, every now and then they mess it up by using a company name with a comma in it, e.g., "Dolby, Inc.". Of course, that throws off the parsing of the CSV file. I don't know if this might be your problem.

    John Doner

提交回复
热议问题