Janick Spirig
01/17/2024, 7:12 PMpartitions.PartitionedDataset as the file content is in Portuguese language I am facing ascii encoding errors.
Is there a way I can define encoding: utf-8 as save_arg in the catalog?Janick Spirig
01/18/2024, 12:46 PMraw_input:
  type: partitions.PartitionedDataset
  path: 
  dataset:
    type: text.TextDataset
    fs_args:
      open_args_load:
        encoding: "utf-8"
  filename_suffix: ".txt"