| Latest version | 1.0 |
|---|---|
| Minimum Core | 13 |
| Compatible Core | 13 |
| Last updated | 1 year ago |
| Created | 1 year ago |
| Authors | |
| Languages |
English |
| Systems | All systems |
| Project source | Project URL |
A Foundry VTT add-on module that allows importing data from CSV and TSV files to compendium packs.
Adds a header menu option for GM users to unlocked compendium packs that opens a dialog for importing tabular data to the compendium pack.
Import data should be a CSV or TSV file with the first row as a header. This file is parsed using the papaparse library and then each row is passed as context to handlebars for rendering with the pack metadata added to the context object as _metadata. The template file should be a handlebars template that renders to JSON data suitable for document creation.
An example template and csv file are included in the example directory of the module.
The Allow system and module packs option controls whether the menu will be available for non-world compendiums. Defaults to off.
Warning
Data imported to system or module compendiums will be overwritten if that package updates. This feature is intended for developers or use with personal content modules.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: csv-importer or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.