Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/faq/import_csv_files_using_odbc.htm

Is it possible to import data from csv files using ODBC?

Yes, it is possible to import data from csv files using ODBC.

Syntax

ODBC: "Driver=Microsoft Access Text Driver (*.txt, *.csv); Dbq=<Complete Path without File Name>; Extensions=asc,csv,tab,txt;"

Example

[Collection : Ledger SRCCollection]

ODBC   : "Driver=Microsoft Access Text Driver (.txt,.csv);Dbq=C:\CSVImport\;Extensions=asc,csv,tab,txt;"
SQL    : "Select * from SampleData.csv"