Skip to content

Instantly share code, notes, and snippets.

@shabdar
Created April 15, 2015 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shabdar/2d6255700434f10044c5 to your computer and use it in GitHub Desktop.
Save shabdar/2d6255700434f10044c5 to your computer and use it in GitHub Desktop.
void importInventory()
{
//get contents of the remote CSV file
csv = getUrl("http://yourserver.com/ftp.php");
//show raw data for debugging purposes
info csv;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment