Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #128

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Fixes #128

merged 2 commits into from
Feb 13, 2024

Conversation

gphilipp
Copy link
Collaborator

WIP

@gphilipp gphilipp force-pushed the fixes branch 2 times, most recently from e6481d4 to 4f7bc04 Compare February 13, 2024 10:29
This was adding an extra line between json objects, eg:

$ jr run usersschema --num 2
{
    "registertime": "1495957352718",
    "userid": "user_4",
    "regionid": "Region_7",
    "gender": "OTHER"
}
 Added to ctx list user_5
{
    "registertime": "1503977824235",
    "userid": "user_5",
    "regionid": "Region_5",
    "gender": "OTHER"
}
@ugol ugol marked this pull request as ready for review February 13, 2024 10:32
@ugol ugol merged commit b3aa0ad into main Feb 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants