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
Current import is stateless, combines okane.yml and source and emits the Ledger format.
Stateful import instead relies on already eixsting Ledger file metadata to detect which files are already imported.
This requires #73 to be implemented beforehand, also requires some key designs:
How to encode file / position information
Note each file may contain different semantics of the "unique record ID"
How to propagate the diff to the users, showing diff? log summary?
The text was updated successfully, but these errors were encountered:
Summary
Current
import
is stateless, combinesokane.yml
and source and emits the Ledger format.Stateful import instead relies on already eixsting Ledger file metadata to detect which files are already imported.
This requires #73 to be implemented beforehand, also requires some key designs:
Note each file may contain different semantics of the "unique record ID"
The text was updated successfully, but these errors were encountered: