I enabled the option to export default value fields and it does work for others field types but for object field type, any undefined / 0 value won’t be exported, causing lot of troubles trying to recover my data with my tools.
Can we imagine having the value “0” used for undefined ? I believe 0 is never used as object id, otherwise we could always use an empty value. Thanks !
The embedded base object fields are not exported when having their default value (tested with both an object and boolean field now) while others are correctly exported.
Oh indeed it seems to be the same issue, sorry for the duplicate, i should have checked Github issue as well ! Will follow the issue then.
Thanks again for your reply
It would be nice if it could get addressed as that is indeed a bug preventing my tools to work and there is no easy workaround on my side (I have many different object types so i can’t just hardcode everything for now :-/)