Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 609 Bytes

data-scalaxy-reader

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

text

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.

excel

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.