Skip to content

A utility package to read and write different file formats of compressed and uncompressed files like JSON, CSV, XML, Parquet in a memory efficient way.

Notifications You must be signed in to change notification settings

deepaknairrpf/file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Manager

A utility package to read and write different file formats of compressed and uncompressed files like JSON, CSV, XML, Parquet in a memory efficient way.

It involves populating an extension based factory and an appropriate FilIO which has a writer and reader which yields a record.

Supported Extensions

  1. XML
  2. JSON
  3. CSV
  4. Parquet

Supported Compressions

  1. gzip

About

A utility package to read and write different file formats of compressed and uncompressed files like JSON, CSV, XML, Parquet in a memory efficient way.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages