This library contains several APIs to read data from various sources of different formats and parse it to spark dataframe.
This library supports below source systems:
- Text
- Excel
User can use this library to read text data of various formats and parse it to spark dataframe. Supported text formats are:
- CSV
- JSON
- XML
- HTML Table
Please see the detailed documentation here.
User can use this library to read the data from an excel file and parse it to the spark dataframe. Please see the detailed documentation here.