How to export the sub-object value when using SequoiaDB export tool? For example, in the following situation, I only want to export the value of expression.park. And after using the following statements, it reported an error.
sdbexprt -s "localhost" -p 11810 --type csv --file foo.bar.csv --fields expression.park,startTime,endTime -c foo -l bar
So how to solve this problem?