nnava / nnava.github.io

Simple site that can merge transaction data from Nordnet/Avanza and present charts on dividend, portfolio, courtage etc
https://nnava.github.io
MIT License
25 stars 10 forks source link

Fixed Norwegian Nordnet detection #28

Closed Ragowit closed 4 years ago

Ragowit commented 4 years ago

According to the Papa Parse documentation so does it autoguess for CSV delimiters in the following order: ',', '\t', '|', ';', Papa.RECORD_SEP, Papa.UNIT_SEP

This means that there should be no need to specify the new delimiter (\t) used by Nordnet.

nnava commented 4 years ago

Sorry för seg merge, tack för hjälpen!