mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
07fcce548b
Summary: Adds support for importing .dsv files (an April Fools 2024 easter egg), and options for exporting .dsv and .tsv files from the Share menu. Test Plan: Browser and server tests. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4210
24 lines
496 B
YAML
24 lines
496 B
YAML
name: core
|
|
version: 0.0.0
|
|
description: Grist core features
|
|
components:
|
|
safePython: sandbox/main.py
|
|
contributions:
|
|
fileParsers:
|
|
- fileExtensions: ["csv", "tsv", "dsv", "txt"]
|
|
parseFile:
|
|
component: safePython
|
|
name: csv_parser
|
|
- fileExtensions: ["xlsx", "xlsm"]
|
|
parseFile:
|
|
component: safePython
|
|
name: xls_parser
|
|
- fileExtensions: ["json"]
|
|
parseFile:
|
|
component: safePython
|
|
name: json_parser
|
|
|
|
scripts:
|
|
build:
|
|
test:
|