TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Translate Between JSON and EDI

22 pointsby sid6376over 2 years ago

5 comments

pachnerover 2 years ago
Stedi is the game changer when it comes to EDI. Let me take you on a journey. My company is building out a TMS for shippers. First few months we would only integrate with carriers that have APIs, because like {bena} said &quot;EDI is a b<i>tch&quot;, so we wanted to avoid it at all cost. Eventually, it came time for us to take on the dreaded EDI integrations. Oh man, how I hated it. Stack Overflow could not save me. Storing the files on AWS or GCP would have been easy-ish, but then the real challenge of needing a trigger every time a file is drop onto the buckets. GCP has nothing clear. And AWS is evil. So I had to keep looking and looking. And then I remembered a company I chatted with 8 months prior, Stedi. They just now released the feature I was needing. &quot;Buckets and Triggers&quot;. It was heaven sent. I could now host my EDI solutions on Stedi ({AnEro} says that it might be cheaper to build it in house. But the thing is, EDI is not our core competency as a company. We want to focus on providing different values for our customers. So would rather not having more technical debt with no meaningful impact.).<p>The journey continues...<p>Stedi overs 4 pillar features. Buckets, Triggers, Guides, Maps<p>The buckets and triggers is what hooked me. The guides and maps is what has been saving me. You see, EDI is a confusing b</i>tch. And trying to map out my json to those EDI files is a nightmare. Well, would be a nightmare without Stedi. Their UI makes it simple and easy to do. I&#x27;m able to now enjoy life again. Smile, laugh, love. All because of what Stedi is doing to shake up the EDI world.<p>In Stedi We Trust.<p>DISCLAIMER: I am not affiliated with Stedi in any way. Not financially nor socially, only emotionally because I love their product that much.
benaover 2 years ago
EDI is a bitch. X12 is not great. IIRC, and it&#x27;s been a while, so I may not, it&#x27;s essentially a positional Character Separated Value stream. You basically build a string and fill in data or nothing as appropriate. For example the result looks something like<p>*START*VALUE1*10.00*BOB*DOLE*100*ADDRESS*STREET*<p>Where the double asterisk is where a blank value is.<p>However, it is a standard. It is knowable. You can get the ANSI X12 standard for whatever industry you&#x27;re in and implement this.<p>And let&#x27;s be clear, you still have to do the dirty work with these guys. You still have to map values to fields, which is the hard part of working with the format. Once you have that, you can knock this together fairly simply.
评论 #33454251 未加载
评论 #33452896 未加载
davedbaseover 2 years ago
Stedi is a fantastic platform. I absolutely despise EDI with a passion and Stedi has saved me from working with it. All their tooling and solutions for buckets, FTP are so well thought out. What a great company and vision to modernize EDI.
glitcherover 2 years ago
No option presented for installing locally, must make all calls to their api servers.
评论 #33472831 未加载
_-david-_over 2 years ago
&gt;a new API for creating and validating EDI files that conform to precise trading partner specifications<p>Unless you can host this locally this seems like a deal breaker in many industries (healthcare, insurance and perhaps others)
评论 #33453084 未加载
评论 #33453735 未加载