List of questions
Related questions
Question 237 - Certified B2B Commerce Administrator discussion
A developer needs to import some new product data contained in a JSON file one time. What are two viable ways to do this?
A.
Convert the JSON to an xlsx file and use Workbench to import it
B.
Run a command like: sfdx force:data:tree:import -f NewProducts.json -u <your username>
C.
Convert the JSON to a CSV file and use Data Loader to import it
D.
Run a command like: sfdx force:data:import:bulk -f NewProducts.json -u <your username>
Your answer:
0 comments
Sorted by
Leave a comment first