Doc and typo fix on the import page
This commit is contained in:
parent
099ca1183d
commit
a4135be9c7
|
@ -317,15 +317,11 @@ class Import extends React.PureComponent {
|
||||||
<div className="help">
|
<div className="help">
|
||||||
<h2>Instructions</h2>
|
<h2>Instructions</h2>
|
||||||
<p>Upload a CSV file or a ZIP file with a single CSV file in it
|
<p>Upload a CSV file or a ZIP file with a single CSV file in it
|
||||||
to bulk import a subscribers.
|
to bulk import subscribers.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The CSV file should have the following headers with the exact column names
|
|
||||||
(<code>status</code> and <code>attributes</code> are optional).
|
|
||||||
{" "}
|
{" "}
|
||||||
<code>attributes</code> should be a valid JSON string with double escaped quotes.
|
The CSV file should have the following headers with the exact column names.
|
||||||
Spreadsheet programs should automatically take care of this without having you manually
|
{" "}
|
||||||
escape quotes.
|
<code>attributes</code> (optional) should be a valid JSON string with double escaped quotes.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote className="csv-example">
|
<blockquote className="csv-example">
|
||||||
|
|
Loading…
Reference in New Issue