You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Readers are now independent tasks. Instead of having a File task that uses
readers we have a ReadCsv task, a ReadJson task... One per each format. This
removes a lot of complexity.
Paths are relative to the config file they are defined.