-
-
Notifications
You must be signed in to change notification settings - Fork 178
CsvToSql
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
CsvToSql is a sequential task that converts CSV files to SQL scripts (Insert - SQL Server only).
The first line of the CSV must contain column names.
The SQL files generated are loaded by this task so that other tasks can select them through the selectFiles option.
-->
<Task id="$int" name="CsvToSql" description="$string" enabled="true|false">
<!--
The CSV files loaded by the task having as id $taskId will be
transformed to SQL scripts.
-->
<Setting name="selectFiles" value="$taskId" />
<Setting name="selectFiles" value="$taskId" />
<!-- You can add as many selecteFiles as you want.-->
<!-- SQL Table name.-->
<Setting name="tableName" value="$string" />
<!-- CSV separator. Ex: ;-->
<Setting name="separator" value="$string" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.
- Install Guide
- HTTPS/SSL
- Screenshots
- Docker
- Configuration Guide
- Persistence Providers
- Getting Started
- Android App
- Local Variables
- Global Variables
- REST Variables
- Functions
- Cron Scheduling
- Command Line Interface (CLI)
- REST API Reference
- Samples
- Logging
- Custom Tasks
-
Built-in Tasks
- File system tasks
- Encryption tasks
- Compression tasks
- Iso tasks
- Speech tasks
- Hashing tasks
- Process tasks
- Network tasks
- XML tasks
- SQL tasks
- WMI tasks
- Image tasks
- Audio and video tasks
- Email tasks
- Workflow tasks
- Social media tasks
- Waitable tasks
- Reporting tasks
- Web tasks
- Script tasks
- JSON and YAML tasks
- Entities tasks
- Flowchart tasks
- Approval tasks
- Notification tasks
- SMS tasks
- Run from Source
- Fork, Customize, and Sync