Skip to content

Commit

Permalink
Composite Decoder: ref todo
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <[email protected]>
  • Loading branch information
artem1205 committed Dec 19, 2024
1 parent 513aa43 commit eada5bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def parse(

@dataclass
class CsvParser(Parser):
# TODO: add more parameters: see read_csv for more details, e.g.: quotechar, headers,
# TODO: migrate implementation to re-use file-base classes
encoding: Optional[str] = "utf-8"
delimiter: Optional[str] = ","

Expand Down

0 comments on commit eada5bf

Please sign in to comment.