Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any way to have the HXTT Text (CSV) driver use the first row of the text file for setting the column names of the resulted recordset for a SELECT query?

0
Posted

Is there any way to have the HXTT Text (CSV) driver use the first row of the text file for setting the column names of the resulted recordset for a SELECT query?

0

Text supports to use the first row of CSV file as column name. For instance: Properties props=new Properties(); props.put(“_CSV_Header”,”true”); Connection con = DriverManager.

0

Text supports to use the first row of CSV file as column name.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123