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
import-stream :: (type, Stream, projection, location) -> Promise ()
type :: String, Enum : CSV | JSON | XSLX | ...
projection :: RawRecord -> Record
location :: (Database, Collection) for MongoDB | (Database, Table) for SQL ...
Different Query types support different import stream types.
The ideal import function, imports the data as it comes in the stream, but depending on the Query type and Stream type the import might read the whole stream before starting the import
For 0.0.2:
MongoDB: JSON
The text was updated successfully, but these errors were encountered:
Import function is optional for Query types:
Different Query types support different import stream types.
The ideal import function, imports the data as it comes in the stream, but depending on the Query type and Stream type the import might read the whole stream before starting the import
For 0.0.2:
MongoDB: JSON
The text was updated successfully, but these errors were encountered: