Skip to content

Instantly share code, notes, and snippets.

View ondrejhlavacek's full-sized avatar

Ondřej Hlaváček ondrejhlavacek

View GitHub Profile
@ondrejhlavacek
ondrejhlavacek / script.r
Created January 22, 2016 14:30
Text Splitter Demo
library(data.table)
data <- data.table(id = c("10", "20"), str = c("abcd", "efghijkl"));
substringer <- function(string, splitLength = 10) {
start <- 1
end <- splitLength
out <- c()
while (start < nchar(string)) {
out <- c(out, substr(string,start,end))
end <- end + splitLength

Application Submission Checklist

# Name Note Example
1 Application name Do not use the word extractor or writer in your app. iTunes
2 Application type One of extractor, writer, application extractor
3 Application icon URL 32px and 64px sizes on a public URL https://d3iz2gfan5zufq.cloudfront.net/images/cloud-services/docker-demo-32-1.png
4 Vendor full name Will be visible to end-users Company LTD
5 Vendor address Will be visible to end-users 1 Connected Way, BigTown, CS
6 Email address Will be visible to end-users and we will send error notifications to this address info@company.com

3rd Party Application License Agreememt

  • This is a 3rd party application
  • An extra fee may be charged
  • Data may be sent out of Keboola Connection
  • Keboola does not take any responsibility for this application and support is not provided by Keboola
  • You agree to vendor's license agreement

Čtení a příklady dat

COMPONENTS

GET metadata/project/components
?

GET metadata/buckets/in.c-ex-salesforce-main/components
{

"ex-salesforce": [