Giter Site home page Giter Site logo

Comments (5)

danielfireman avatar danielfireman commented on May 27, 2024

Glad to know you're using tableschema-go @fils !

It was my first time using dep either 😄 .. Just released a new version (v0.1.1) and tried created a program from scratch using tableschema-go and dep.

Could you please try:

dep ensure -add github.com/frictionlessdata/tableschema-go/csv@>=0.1

And let me know how it goes?

from tableschema-go.

fils avatar fils commented on May 27, 2024

@danielfireman yea.. I was thrilled to see you working on this and to follow it....
I'm in a meeting all day today.. (but testing on the side just looks like I am taking notes) ;)

I still get an error.. see the following..

Fils:fdgolang dfils$ cat main.go
package main

import (
    "fmt"
    "github.com/github.com/frictionlessdata/tableschema-go/csv"
)

// struct representing each row of the table.
type person struct {
    Name string
    Age uint16
}

func main() {
    t, _ := csv.New(csv.FileSource("data.csv"), csv.LoadHeaders())  // load table
    t.Infer()  // infer the table schema
    t.Schema.SaveToFile("schema.json")  // save inferred schema to file
    data := []person
	t.CastAll(&data)  // casts the table data into the data slice.
	fmt.Print(t)
}Fils:fdgolang dfils$ dep init
github.com/github.com/frictionlessdata/tableschema-go/csv is not a valid path for a source on github.com
Fils:fdgolang dfils$ ls -lt
total 8
-rw-r--r--  1 dfils  staff  510 Aug 30 13:04 main.go
Fils:fdgolang dfils$

from tableschema-go.

danielfireman avatar danielfireman commented on May 27, 2024

Cool!

It seems you're typing github.com twice in the import statement (line 3), @fils .. Could you please fix this typo and try again?

from tableschema-go.

fils avatar fils commented on May 27, 2024

@danielfireman :) you might want to fix that on the example in your README too!

after the fix I get

Fils:fdgolang dfils$ vi main.go
Fils:fdgolang dfils$ dep init
  Using ^0.1.1 as constraint for direct dep github.com/frictionlessdata/tableschema-go
  Locking in v0.1.1 (c105f74) for direct dep github.com/frictionlessdata/tableschema-go
  Locking in v1.1.0 (879c588) for transitive dep github.com/satori/go.uuid
Fils:fdgolang dfils$ dep ensure -add github.com/frictionlessdata/tableschema-go/csv@=0.1.1
nothing to -add, github.com/frictionlessdata/tableschema-go is already in Gopkg.toml and the project's direct imports or required list
Fils:fdgolang dfils$

which looks better...

from tableschema-go.

danielfireman avatar danielfireman commented on May 27, 2024

Done! Thanks a lot for pointing this out.

Glad that it worked out.

from tableschema-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.