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
The current process responsible for generating .json files is not adding a final newline at the end of the file. This missing newline can cause issues with certain tools that rely on this newline for correct parsing. To prevent potential problems, we need to update the generation process to include a final newline in the .json files it generates.
Tasks
Investigate the current implementation of the .json file generation process
Modify the process to append a final newline character at the end of the generated .json files
Test the updated process to ensure the newline is correctly added and does not impact the existing functionality
Document the changes made to the .json file generation process
@JolanThomassin could you add to your PR ai-cfia/ailab-db#96 a newline to the json files generated by the script ? Add this to the GitHub issue description closes ai-cfia/api-test#13
Summary
The current process responsible for generating .json files is not adding a final newline at the end of the file. This missing newline can cause issues with certain tools that rely on this newline for correct parsing. To prevent potential problems, we need to update the generation process to include a final newline in the .json files it generates.
Tasks
PR related
Acceptance Criteria
The text was updated successfully, but these errors were encountered: