You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for synthetic NFD records from account column in CSV files
Enhanced CSV processing to handle "account" column, creating synthetic NFD records when present. Updated validation to ensure either "name/nfd" or "account" columns are required. Adjusted README to document the new behavior.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Some of these options conflict with eachother if specified together.
122
122
-`note`: An optional note to include with the transaction
123
123
124
124
**Destination**: This configures the recipients of the assets.
125
-
-`csvFile`: Path to CSV file to load NFD names from (makes some options irrelevant). The first row must contain column names - with the column containing the nfd name named either nfd or name.π
125
+
-`csvFile`: Path to CSV file to load NFD names from (makes some options irrelevant). The first row must contain column name, either nfd or name (For nfd names), or account. Each row after the header should contain the nfd or account as appropriate (in the right, or only column).
126
126
-`segmentsOfRoot`: The root segments of the destination.
127
127
- If specified, the NFDs are just those which are segments of a particular root NFD. If not specified, then ALL nfds are the starting point.
128
128
-`allowDuplicateAccounts`: Determines whether duplicate accounts are allowed (defaulting to no duplicates)
0 commit comments