Do we have any examples to read edi files in spark using scala #50
sapthagirik
started this conversation in
General
Replies: 1 comment
-
Hello @sapthagirik , we don't have any examples for any data formats as reading data is not the purpose of this library. That would be a job for Spark Data Source, for example, one of these https://spark.apache.org/docs/latest/sql-data-sources.html This library is there for you when you have a DataFrame full of String columns and you want to apply a strongly typed schema on top of it. I had a quick look for that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
could you help with any edi files to process into delta lake using spark scala example.
Beta Was this translation helpful? Give feedback.
All reactions