Skip to content

Commit

Permalink
Update Tesoro_Tsv.java
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih authored Jul 4, 2024
1 parent a8a0781 commit 9c91e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Tesoro_Tsv extends BankTransactionAbstract {
/** Amount */
private static final String LINE_TRANSACTION_Amount = "Amount";
/** Start Column Index */
private static final String SEPARATOR = "\\|";
private static final String SEPARATOR = "\t";
/** Is a transaction */
private boolean isTransaction = false;
/** Maximum columns */
Expand Down

0 comments on commit 9c91e50

Please sign in to comment.