Louis DeconinckL
Apify & Crawleeโ€ข4mo agoโ€ข
1 reply
Louis Deconinck

Output schema

๐Ÿ’ญSuggestions๐Ÿ–ฅ๏ธPlatform๐Ÿ’ผData Storage
This is my output schema:
{
    "actorOutputSchemaVersion": 1,
    "title": "Output schema of Skool Group Scraper",
    "properties": {
        "group_info": {
            "type": "string",
            "title": "Group Info",
            "template": "{{links.apiDefaultDatasetUrl}}/items?view=group_info"
        },
        "items": {
            "type": "string",
            "title": "All Data",
            "template": "{{links.apiDefaultDatasetUrl}}/items"
        }
    }
}


In my dataset schema I have 1 view: group_info.

What is the recommended approach for output_schema and dataset_schema if I want an overview with a subset of fields and a view with all data?

See screenshots. My current approach shows an option "All fields" when I select "Group info", but this disappears when I select "All data". When I click on "All fields" this shows me the dataset ID. This seems quite inconsistent.
image.png
image.png
image.png
Was this page helpful?