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
Nice looking app so far, but I'm running into some friction while trying to test it.
Problem
I am incrementally migrating my available transaction data from several brokerages, and converting them into the investbrain import format. Each subsequent import of the xlsx file is additive and distorts all the data within the application.
I would like to be able to maintain my own copy of the transaction data outside the application, and be able to re-import that (updated) data whenever.
Question
Is it possible to use import as a mechanism to replace the entire system of record (i.e. Transaction data)? If so, how can I do this?
Ask
If not, the ask would be to add an option that would allow the user to treat the import as a "Replace" operation, wiping out existing transactional data (But maintaining the Portfolios).
Import validation, history/audit log, and visual report of affected records would go a long way to aide in user clarity around that process as well. ;)
Cheers,
Ty
The text was updated successfully, but these errors were encountered:
Nice looking app so far, but I'm running into some friction while trying to test it.
Problem
I am incrementally migrating my available transaction data from several brokerages, and converting them into the investbrain import format. Each subsequent import of the xlsx file is additive and distorts all the data within the application.
I would like to be able to maintain my own copy of the transaction data outside the application, and be able to re-import that (updated) data whenever.
Question
Is it possible to use import as a mechanism to replace the entire system of record (i.e. Transaction data)? If so, how can I do this?
Ask
If not, the ask would be to add an option that would allow the user to treat the import as a "Replace" operation, wiping out existing transactional data (But maintaining the Portfolios).
Import validation, history/audit log, and visual report of affected records would go a long way to aide in user clarity around that process as well. ;)
Cheers,
Ty
The text was updated successfully, but these errors were encountered: