xlate / staedi

StAEDI - Streaming API for EDI: Java library featuring a reader/parser, writer/generator, and validation
Apache License 2.0
123 stars 35 forks source link

How to process large EDI files in reader service #451

Closed NandaBalakrishnan closed 3 months ago

NandaBalakrishnan commented 4 months ago

HI @MikeEdgar , The reader service is unable to process the big edi file, even if we are attempting to process one that is larger than 10MB. Is there a way to manage the large file or is it possible to process it in batches/ chunks?

MikeEdgar commented 4 months ago

@NandaBalakrishnan there shouldn't be any difference in how you use the staedi APIs for large versus small files. What is the problem/error you have?

MikeEdgar commented 4 months ago

@NandaBalakrishnan did you get things working? If you have any errors, etc. to share that will help diagnose any problem if it's in staedi.

NandaBalakrishnan commented 4 months ago

sure @MikeEdgar. Thank you.

MikeEdgar commented 3 months ago

@NandaBalakrishnan are you still having an issue with this?

MikeEdgar commented 3 months ago

Closing for now, please reopen if there is a problem still occurring.