You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried dropping a .csv I got from the Revolut website (tried via the iOS app as well) and the YNAP website said "No parser is available for this file."
I glanced at the spec and the filename seems to match, but the CSV header looks different than the one in the spec file.
From the spec file:
const content = `Completed Date ; Reference ; Paid Out (RON) ; Paid In (RON) ; Exchange Out; Exchange In ; Balance (RON); Exchange Rate ; Category
24 Mar 2020 ; Premium plan fee ; 29.99 ; ; ; ; 13.09 ; ; Services
1 Apr 2019 ; To Piglet ; ; 1.42 ; ; ; 43.08 ; ; Transfers
I tried dropping a .csv I got from the Revolut website (tried via the iOS app as well) and the YNAP website said "No parser is available for this file."
I glanced at the spec and the filename seems to match, but the CSV header looks different than the one in the spec file.
From the spec file:
The file that I exported:
Am I exporting the CSV incorrectly? Or have they really changed format?
The text was updated successfully, but these errors were encountered: