chrthomsen / pygrametl

Official repository for pygrametl - ETL programming in Python
http://pygrametl.org
BSD 2-Clause "Simplified" License
289 stars 41 forks source link

Add utf-8 to open() in source.py to match guide #65

Closed skejserjensen closed 1 year ago

skejserjensen commented 1 year ago

This PR adds "utf-8" to open() in source.py in beginner_guide_data.zip to prevent errors due to different encodings.