Package | Description |
---|---|
com.socrata.api |
Provides objects that implement all the major Socrata operations (verbs).
|
com.socrata.builders |
Helper objects to create and manipulate some of the objects defined in com.socrata.model.These are
not necassary for using the API, but can be useful.
|
Modifier and Type | Method and Description |
---|---|
ScanResults |
SodaImporter.scan(File file)
Scans a file, then sends it up to the Socrata service to be analyzed and have things
like column types guessed.
|
Modifier and Type | Method and Description |
---|---|
DatasetInfo |
SodaImporter.importScanResults(Blueprint blueprint,
String[] translation,
File file,
ScanResults scanResults)
Imports the results of scanning a file.
|
DatasetInfo |
SodaImporter.importScanResults(String name,
String description,
File file,
ScanResults scanResults)
Imports the results of scanning a file.
|
DatasetInfo |
SodaImporter.importScanResults(String name,
String description,
File file,
ScanResults scanResults,
String rowIdentifierColumnName)
Imports the results of scanning a file.
|
Constructor and Description |
---|
BlueprintBuilder(ScanResults scanResults) |
Copyright © 2013. All Rights Reserved.