Skip to content

Add support for prefiltering and limited field import in SQLiteWriter#76

Open
eatonphil wants to merge 9 commits intomainfrom
pe/prefilter
Open

Add support for prefiltering and limited field import in SQLiteWriter#76
eatonphil wants to merge 9 commits intomainfrom
pe/prefilter

Conversation

@eatonphil
Copy link
Copy Markdown
Member

No description provided.

mtm := runner.MimeType(mt)
useSQLiteWriter = useSQLiteWriter && (mtm == runner.CSVMimeType ||
mtm == runner.TSVMimeType ||
mtm == runner.JSONLinesMimeType ||
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to drop this or actually implement support for nested fields correctly.

}
v = string(bs)
// TODO: don't keep this
case map[string]any:
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: drop this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant