diff --git a/packages/desktop-client/src/components/modals/ImportTransactions.js b/packages/desktop-client/src/components/modals/ImportTransactions.js index 34d2de9eb95..e2e91c0e608 100644 --- a/packages/desktop-client/src/components/modals/ImportTransactions.js +++ b/packages/desktop-client/src/components/modals/ImportTransactions.js @@ -966,6 +966,7 @@ export default function ImportTransactions({ modalProps, options }) { options={[ [',', ','], [';', ';'], + ['|', '|'], ['\t', 'tab'], ]} value={csvDelimiter}