Live data from Hacker News

Translate Between JSON and EDI

stedi.com

1–10 of 15 posts

Re: Translate Between JSON and EDI

#2
>a new API for creating and validating EDI files that conform to precise trading partner specifications

Unless you can host this locally this seems like a deal breaker in many industries (healthcare, insurance and perhaps others)

Re: Translate Between JSON and EDI

#4
EDI is a bitch. X12 is not great. IIRC, and it's been a while, so I may not, it'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

*START*VALUE1*10.00*BOB*DOLE*100*ADDRESS*STREET*

Where the double asterisk is where a blank value is.

However, it is a standard. It is knowable. You can get the ANSI X12 standard for whatever industry you're in and implement this.

And let'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.

Re: Translate Between JSON and EDI

#5
post #4

EDI is a bitch. X12 is not great. IIRC, and it's been a while, so I may not, it'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 *START*VALUE1*10.00*BOB*DOLE*100*ADDRESS*STREET* Where the double asterisk is where a blank value is. However, it is a standard. It is knowable. You can get the A…

[deleted]

Re: Translate Between JSON and EDI

#6

>a new API for creating and validating EDI files that conform to precise trading partner specifications Unless you can host this locally this seems like a deal breaker in many industries (healthcare, insurance and perhaps others)

Even after the contracts being signed to make it complient, it was the pricing for what it is that gets us. It would be cheaper to write our own translation tool for our specific needs after 3 months of usage, and we are at a smaller scale than most for api calls.

Not sure which sweet spot they want to hit with this

Re: Translate Between JSON and EDI

#7
post #6

>a new API for creating and validating EDI files that conform to precise trading partner specifications Unless you can host this locally this seems like a deal breaker in many industries (healthcare, insurance and perhaps others)

Even after the contracts being signed to make it complient, it was the pricing for what it is that gets us. It would be cheaper to write our own translation tool for our specific needs after 3 months of usage, and we are at a smaller scale than most for api calls. Not sure which sweet spot they want to hit with this

[deleted]

Re: Translate Between JSON and EDI

#8
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 "EDI is a btch", 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. "Buckets and Triggers". 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.).

The journey continues...

Stedi overs 4 pillar features. Buckets, Triggers, Guides, Maps

The buckets and triggers is what hooked me. The guides and maps is what has been saving me. You see, EDI is a confusing btch. 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'm able to now enjoy life again. Smile, laugh, love. All because of what Stedi is doing to shake up the EDI world.

In Stedi We Trust.

DISCLAIMER: I am not affiliated with Stedi in any way. Not financially nor socially, only emotionally because I love their product that much.

Re: Translate Between JSON and EDI

#9
post #6

>a new API for creating and validating EDI files that conform to precise trading partner specifications Unless you can host this locally this seems like a deal breaker in many industries (healthcare, insurance and perhaps others)

Even after the contracts being signed to make it complient, it was the pricing for what it is that gets us. It would be cheaper to write our own translation tool for our specific needs after 3 months of usage, and we are at a smaller scale than most for api calls. Not sure which sweet spot they want to hit with this

What sort of scale? Would love to see the math. (Context: I'm the CEO – if our pricing doesn't make sense for certain use cases, I'd love to dig into it)

Re: Translate Between JSON and EDI

#10

>a new API for creating and validating EDI files that conform to precise trading partner specifications Unless you can host this locally this seems like a deal breaker in many industries (healthcare, insurance and perhaps others)

We have lots of customers in regulated spaces – healthcare is a big one – but it's definitely a dealbreaker for certain companies that have hard rules for running everything in their own environments.
Post reply on HN