Naming your field columns
Naming your CSV columns to match your form means GravityImport can map most of your file automatically. On the Map Fields stage, columns are matched to fields as soon as you arrive, and the Auto-map button runs the same matching again at any time.
The match is case-insensitive and checks the field’s label, admin label, and field ID, individual input labels for multi-input fields, and entry properties such as Entry ID or Source URL.
Naming columns for multi-input fields #
Fields with multiple inputs, such as Name and Address, use the combined “Field Label (Input Label)” format: a column named Name (First) maps straight to the Name field’s First input. The default conventions are shown below. If you have changed a field’s label or its input names, use those custom names instead.
- Name:
Name (Full),Name (Prefix),Name (First),Name (Middle),Name (Last),Name (Suffix) - Address:
Address (Full),Address (Street Address),Address (Address Line 2),Address (City),Address (State / Province),Address (ZIP / Postal Code),Address (Country) - Product Field:
Product Field (Name),Product Field (Price),Product Field (Quantity)
Columns that don’t match anything show Select Form Field on the Map Fields stage, and you can map them by hand. For the full mapping reference, see Mapping CSV columns to form fields.