I am trying to do a insert via Sitecore Rocks query analyzer. I am having trouble trying to set the path of the item upon creation.
My sample query so far:
import csv
"
<@DefaultTemplate=/sitecore/templates/MyTemplate@>
@ItemName,@Path
NewItemName,'/sitecore/content/website/Data'
"
However, it continues to create the item in the root of the website. Thanks in advance!