-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
Description
Hello everyone,
I have the following requirements:
- The ability to modify the caption, datatype, role and type of a field (aka ) inside a .tds-file.
- The ability to modify and add aliases (the kind of alias) to a given field inside a .tds-file.
- The ability to modify, and add calculated fields inside a .tds-file.
Since the current version of document-api-python doesn't seem to support this, I'm in the process of forking this repository and implementing those features. I have currently implemented a first version of requirements 1 and 2, and will probably have time for the calculated fields and polishing (aka tests) at some point next week.
Changes are currently in the branch "feature_modify_fields" in my fork. I'd love to hear some feedback about the implementation and the general direction I'm going with this fork. If there is any interest in those features, I'd be happy to start the internal process of getting the CLA underway.
Greetings from Germany