-
Notifications
You must be signed in to change notification settings - Fork 1
Potential issue #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
When using the function
td_create_metadata_file(), we check if the file with the same extension (.ymlor.xlsx) exists.But is it a good idea to allow user having the two formats for the same database? This can create conflicts if he/she edits the
.ymland later edits the.xlsx. Maybe we should consider keeping one single format but allowing user to convert the file into another format (withtd_read_metadata_file("yml")andtd_save_metadata_file("xlsx")).