From bffbed4a3a62a7f1a3a589ec34ed857067b5442a Mon Sep 17 00:00:00 2001
From: James Cole
- CSV files come in many shapes and forms. Some of the most important settings are below.
+ Importable files come in many shapes and forms. Some of the most important settings are below.
They apply to all lines in the file. If you would like some support,
check out the documentation for this page.
@@ -172,7 +172,7 @@
{% endif %}
- {% if 'csv' == flow %}
+ {% if 'file' == flow %}
File options
- Select this checkbox when your CSV file has headers on the first line of
- the CSV file.
+ Select this checkbox when your importable file is a CSV-like file and has headers on the first line of the file.
- Try to convert your CSV file to UTF-8. May lead to weird characters.
+ Try to convert your file to UTF-8. May lead to weird characters.
- Set up the the meaning of each column in your file. + Set up the meaning of each column in your file.
- Each column in your CSV file has a role, it contains a specific type of content.
+ Each column in your importable file has a role, it contains a specific type of content.
By configuring these roles here, you tell the importer how to approach and treat
the data in each column. Read
diff --git a/resources/views/index.twig b/resources/views/index.twig
index d416a397..560aefb6 100644
--- a/resources/views/index.twig
+++ b/resources/views/index.twig
@@ -73,11 +73,11 @@