Define the structure for your data imports
Templates define the expected structure of imported data. Each template contains columns that specify the data type, validation rules, and whether the field is required. When users import data, Rowporter maps their file columns to your template columns and validates the data accordingly.
string"John Doe", "Product ABC"number42, 3.14, -100emailuser@example.comdate2024-01-15, 15/01/2024, Jan 15, 2024urlhttps://example.com/pagephone+1 (555) 123-4567booleantrue, false, yes, no, 1, 0Mark columns as required to ensure users provide data for essential fields. Required columns must be mapped and have non-empty values.
Add suggested column names to help with automatic mapping. If a user's file contains a column with a similar name, it will be automatically matched.
Choose how to handle columns in the user's file that don't match your template: ignore them, include them in the output, or warn the user.