Skip to content

Instantly share code, notes, and snippets.

@suthagar23
Created December 16, 2019 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save suthagar23/28639c6471447109e946d7e669ef6519 to your computer and use it in GitHub Desktop.
Save suthagar23/28639c6471447109e946d7e669ef6519 to your computer and use it in GitHub Desktop.
GCI 2019 - Category.json sample
{
"categories": [{
"id" : "cty01",
"categoryName" : "Fruits",
}, {
//......Others
}
]
}
@riskycase
Copy link

@suthagar23 please remove the trailing comma from line 4, it causes error while trying to import the file (at least on Windows)

@prathamesh-mutkure
Copy link

Hii @suthagar, so we need to keep the ID in the specified format, or can we change it to integers?

@suthagar23
Copy link
Author

Guys, this is just a sample. You can do it on your own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment