Skip to content

Commit

Permalink
feat: add '|' delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiBelmo committed Oct 9, 2023
1 parent 895acbb commit 58115a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ export default function ImportTransactions({ modalProps, options }) {
options={[
[',', ','],
[';', ';'],
['|', '|'],
['\t', 'tab'],
]}
value={csvDelimiter}
Expand Down

0 comments on commit 58115a5

Please sign in to comment.