RESTAR-inc / re-i18n

MIT License
2 stars 0 forks source link

Added support for `notes` column in XLS/CSV files #16

Closed ChillyBwoy closed 6 months ago

ChillyBwoy commented 6 months ago

Overview

Exported XLS/CSV files have a notes column that is overwritten each time the file is exported. This PR adds the ability to save and transfer values from the specified column

nasvillanueva commented 6 months ago

@ChillyBwoy is there anything special to migrate notes column from an old exported file to a new one?

If so, can we add some example on how to do it in a readme?

ChillyBwoy commented 6 months ago

@nasvillanueva nothing special so far, but I keep working on it. The problem may occur if a file or folder is moved to a new location. I'll add a detailed description once this is finalized