springml / spark-sftp

Spark connector for SFTP
Apache License 2.0
100 stars 98 forks source link

write csv with custom delimiter added #12

Closed gumaz closed 7 years ago

gumaz commented 7 years ago

I needed to write dataframes on sftp saving them as csv with a custom delimiter. These little changes just enable you to specify your custom delimiter. Of course, if nothing specified, the default delimiter comma (",") is used.

springml commented 7 years ago

@gumaz Thanks for creating this pull request with very good addon. Could you please update the ReadMe accordingly so others can use this feature as well?

gumaz commented 7 years ago

Sure! Just updated the README accordingly. Thank you