Skip to content

theholy7/csv-to-cloudkit-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This CLI lets a user add Location records to the public CloudKit database from a CSV.

This is just an example of the code that you should build, if you wish to do something like this.

The CSV must contain specific keys, matching with the schema of your record in CloudKit.

You can build a debug version and run it with:

swift run csvToCloudKit \
    --ck-key-id "my-key-id" \
    --private-key-file-path "path/to/file.pem" \
    --csv-file-path "path/to/file.csv"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages