From a4135be9c7805454cec7c7b821a6611c681ab47b Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 18 Dec 2018 23:21:49 +0530 Subject: [PATCH] Doc and typo fix on the import page --- frontend/my/src/Import.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/frontend/my/src/Import.js b/frontend/my/src/Import.js index b865a47..792da4f 100644 --- a/frontend/my/src/Import.js +++ b/frontend/my/src/Import.js @@ -317,15 +317,11 @@ class Import extends React.PureComponent {

Instructions

Upload a CSV file or a ZIP file with a single CSV file in it - to bulk import a subscribers. -

-

- The CSV file should have the following headers with the exact column names - (status and attributes are optional). + to bulk import subscribers. {" "} - attributes should be a valid JSON string with double escaped quotes. - Spreadsheet programs should automatically take care of this without having you manually - escape quotes. + The CSV file should have the following headers with the exact column names. + {" "} + attributes (optional) should be a valid JSON string with double escaped quotes.