Excel to SQL

Provide a custom SQL query with placeholders for column names. Use {column_name} for column placeholders and {rowIndex} for the row index starting from 0.

Example: INSERT INTO mCore_data (index, Id, Code, Date) VALUES ({rowIndex}, {id}, {code}, {date});