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
I think it would be clearer and more convenient to separate the fabric and tile descriptions in fabric.csv.
The file fabric.csv would then only contain the fabric description. The tile descriptions would reside in the tile-specific subfolders as e.g. tile.csv.
This makes sense as the tile configurations could be used for several fabrics and do not need to be duplicated.
The text was updated successfully, but these errors were encountered:
A way to do this is to create a new attribute in the fabric.csv, which links to the tile.csv information. This should be straightforward.
You might consider allowing another file format for the configuration data, i.e. JSON, TOML or XML since libraries are already available for parsing them into dict.
I think it would be clearer and more convenient to separate the fabric and tile descriptions in
fabric.csv
.The file
fabric.csv
would then only contain the fabric description. The tile descriptions would reside in the tile-specific subfolders as e.g.tile.csv
.This makes sense as the tile configurations could be used for several fabrics and do not need to be duplicated.
The text was updated successfully, but these errors were encountered: