Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Replace each of the column names above with the headers for your own CSV, and ke
- The script treats all CSV values as strings by default--even `null` values! This element will allow replace the String with **null**
- `isUser : false` Sets column as the userId
- `isAnonymous : false` Sets column as the annonymousId
- `isEvent : false` Sets column as the event name **REQUIRED** for Track calls
- `isEvent : false` Sets column as the event name **REQUIRED** for Track calls, also `isUser` is **REQUIRED** for Track calls.
- `isGroup : false` Sets column as the group name **REQUIRED** for Group calls
- `isPage : false` Sets column as the page name **REQUIRED** for Page calls
- `isScreen : false` Sets column as the screen name **REQUIRED** for Screen calls
Expand Down