EdiFlow is now fully open source on GitHub
EdiFlow has announced that its source code is now fully open source on GitHub. Previously, the repository was set to private, but this issue has been resolved. The toolkit is designed for EDI data processing and includes features such as parsing, validation, and mapping.
- ▪EdiFlow's source code is now public on GitHub after being set to private by mistake.
- ▪The toolkit supports parsing various EDI formats including EDIFACT and X12.
- ▪It includes documentation, a quick start guide, and a community discussion platform.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3744812) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } hello-ediflow Posted on May 16 EdiFlow is now fully open source on GitHub #typescript #opensource #edi #announcement EdiFlow's source code is now public on GitHub. If you tried to check out the code before and got a 404 - I'm sorry. The repository was accidentally set to private. That's fixed now.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).