From fa4d4acdfb7813a7654e044c6108f5d4b26b359d Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:14:21 -0700 Subject: [PATCH] fix: change "**" back to "__" in example --- messages/tree.export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/tree.export.md b/messages/tree.export.md index 87918280..07aa1460 100644 --- a/messages/tree.export.md +++ b/messages/tree.export.md @@ -30,7 +30,7 @@ Directory in which to generate the JSON files; default is current directory. - Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command uses your default org: - <%= config.bin %> <%= command.id %> --query "SELECT Id, Name, (SELECT Name, Address**c FROM Properties**r) FROM Broker\_\_c" + <%= config.bin %> <%= command.id %> --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c" - Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that aggregates them: