Skip to Content
Data TransmissionSource is CSVCSV

CSV Source

UDTS can transfer CSV files stored on US3 to MySQL data types.

CSV Source Form

Parameter NameDescription
Save Existing DataEnable saving existing data, the service will not clear the target stock data. If not enabled, the service will clear the existing data in the target database before starting.
Duplicate Data HandlingHandling method for primary key data duplication in the data target. “Ignore” will not overwrite; “Replace” means imported or newly stored data will overwrite previous data; “Update” will assign values to the data.
URLPublic link to the CSV
Column Order AdjustmentYou can sequentially fill in the field names of the data target. UDTS will match the field order according to the CSV column order to adjust the transmission column order.
Update StrategyWhen duplicate data handling is set to “Update”: Type: “CSVData” refers to the index number of the CSV file column; Data is an integer starting from 0; “Function” includes SQL-supported functions like now(); “Fixed” refers to fixed values like “people”.
Assignment StrategyWhen duplicate data handling is set to “Update”: Type: “CSVData” refers to the index number of the CSV file column; Data is an integer starting from 0; “Function” includes SQL-supported functions like now(); “Fixed” refers to fixed values like “people”.