Skip to main content
Version: v0.18.0

Download CSV

Instructions on how to install and setup Sequence and the PowerShell Connector.

This powershell connector Sequence can be used to download a copy of the artwork_data.csv which is used in some of the other examples.

- <DataUri> = 'https://raw.githubusercontent.com/tategallery/collection/master/artwork_data.csv'
- PwshRunScript '
$fileName = Split-Path $DataUri -Leaf
Invoke-WebRequest -Uri $DataUri -OutFile $fileName -UseBasicParsing
'
Variables: (DataUri: <DataUri>)