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
The rendering fails because CSV files are not found.
Actual Behavior
Warnings Plugin 'data csv' does not support configuration, but was provided with one. Remove it. are raised:
$ ../../dist/fabric_darwin_arm64/fabric -document test-document2 -path . -plugins ../../dist/plugins/plugins
Error: Missing block name
on 2.fabric line 15, in document "test-document2":
15: data ref {
Block name was not specified
Warning: Plugin doesn't support configuration on line 0: (source code not available)Plugin 'data csv' does not support configuration, but was provided with one. Remove it.Error: Failed to read csv fileopen /tmp/events-b.csv: no such file or directoryWarning: Plugin doesn't support configuration
on 2.fabric line 28, in document "test-document2":
27: data csv "events_c" {
28: config = config.data.csv.dash-separated
29: path = "/tmp/events-b.csv"
30: }
Plugin 'data csv' does not support configuration, but was provided with one. Remove it.
Error: Failed to read csv file
open /tmp/events-b.csv: no such file or directory
The text was updated successfully, but these errors were encountered:
With Plugin 'data csv' has no default configuration and no configuration was provided at the plugin invocation. Provide an inline config block or a config attribute
But this one does not:
Description
When processing the document with
data.csv
blocks that contain inline configuration, the parsing failesEnvironment
Fabric version: 8d84549
Operating System: macOS Sonoma 14.2.1 (23C71)
Terminal/Shell: zsh
Steps to Reproduce
2.fabric
contains:Expected Behavior
The rendering fails because CSV files are not found.
Actual Behavior
Warnings
Plugin 'data csv' does not support configuration, but was provided with one. Remove it.
are raised:The text was updated successfully, but these errors were encountered: