Ed Elliott continues a series on Spark for .NET:
How do you read and write CSV files using the dotnet driver for Apache Spark?
I have a runnable example here:
https://github.com/GoEddie/dotnet-spark-examplesSpecifcally:
https://github.com/GoEddie/dotnet-spark-examples/tree/master/examples/split-csv
The quoted links will take you straight to the code, but click through to see Ed’s commentary.