This functionality is available in a Stedi module. Contact us for details.
Large files are often the result of transaction sets containing many repeated loops or segments. For example, a healthcare provider may send an 837 Health Care Claim containing many individual claims, or a brand may send an 846 Inventory Inquiry/Advice file containing millions of SKUs.
The translation ratio of an EDI file to JSON typically approaches 1:10, so a translated JSON artifact will be multiple times the size of the original EDI file. To avoid overwhelming downstream systems, you can use fragments to split translated inbound transactions from Stedi into smaller, more manageable chunks.
You can also use fragments when generating large outbound EDI files. You send transaction data to Stedi in chunks over time, and Stedi stiches the chunks together to generate a complete EDI file for your trading partner.
You need to configure your Stedi guide to use fragments and then create an inbound or outbound transaction setting using that guide.
You can enable fragments for one repeated EDI segment in each transaction set. To enable fragments within a Stedi guide:
ON
.Once you have enabled fragments on the Stedi guide, create a transaction setting with the guide.
ON
. You can use the default batch size (800 segments) or set a custom batch size (up to 50,000 segments).You can now use fragments to split large inbound transactions or generate large outbound transactions.