tegosgroup / NAVToGit

NAVToGit - Powershell Tool
MIT License
4 stars 1 forks source link

The input line is too long #51

Closed chpies closed 7 months ago

chpies commented 1 year ago

When you add too many entries in the ThirdPartyIdAreas.json and try to import from git into the database you get lots of error-windows saying that the input line is too long.

Screenshot 2023-03-23 111024

After a look into the codebase its most likely a problem with the Start-Export function and not directly a problem with the import of the json file.

swortmann commented 7 months ago

60