typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Read input files with UTF_8 encoding instead of platform default #51

Closed flyingsilverfin closed 2 years ago

flyingsilverfin commented 2 years ago

What is the goal of this PR?

Explicitly use UTF-8 as the encoding to read files, instead of allowing Java to pick the platform default which differs per operating system.

What are the changes implemented in this PR?

Read schema and csv data files using UTF-8 encoding.