You will need Telegraf 1.8.0 to use the csv parser, we have a release candidate available now, but we found some issues with the csv parser so you will want to wait for 1.8.0-rc2.
Another issue I see is that if you use csv_column_names it will need to specify all columns, and you will need at least one column that is not a tag. Based on the data type in your sample probably don’t want any of them to be tags.
I have now upgraded to 1.8.0. However now I see following error:
2018-09-28T20:29:00Z D! Output [influxdb] wrote batch of 466 metrics in 300.68507ms
2018-09-28T20:29:00Z E! Error in plugin [inputs.exec]: exec: exit status 1 for command ‘/opt/tcathome/jstat.sh’: Could not attach to 1284
You will have to arrange for the telegraf user to have permissions to attach to the process, the easiest way I know is to allow telegraf to run the command using sudo without a password.