We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
First, would like to thank you very much for this package!
I am having the following issue trying to access some data from the European Central Bank public stats webpage:
nssURL = "http://sdw.ecb.europa.eu/quickviewexport.do?trans=N&updated=&start=&end=&SERIES_KEY=165.YC.B.U2.EUR.4F.G_N_A.SV_C_YM." symbol = :BETA0 resp = TableReader.readcsv(nssURL*"$(symbol)&format=csvdata", skip = 5, hasheader = false, colnames = [:Date, symbol])
On my macOS Mojave the error message is:
dyld: Library not loaded: @rpath/libssl.1.0.0.dylib Referenced from: /Users/ant/.julia/conda/3/lib/libssh2.1.dylib Reason: image not found ERROR: LoadError: failed process: Process(`curl --silent 'http://sdw.ecb.europa.eu/quickviewexport.do?trans=N&updated=&start=&end=&SERIES_KEY=165.YC.B.U2.EUR.4F.G_N_A.SV_C_YM.BETA0&format=csvdata'`, ProcessSignaled(6)) [0] Stacktrace: [1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42 [2] pipeline_error at ./process.jl:785 [inlined] [3] open(::getfield(TableReader, Symbol("##15#20")){TableReader.ParserParameters}, ::Cmd) at ./process.jl:687 [4] #readcsv#14(::Char, ::Char, ::Bool, ::Bool, ::Int64, ::Bool, ::Array{Symbol,1}, ::Bool, ::Bool, ::Int64, ::typeof(readcsv), ::String) at /Users/ant/.julia/packages/TableReader/GGD98/src/TableReader.jl:254 [5] (::getfield(TableReader, Symbol("#kw##readcsv")))(::NamedTuple{(:skip, :hasheader, :colnames),Tuple{Int64,Bool,Array{Symbol,1}}}, ::typeof(readcsv), ::String) at ./none:0 [6] top-level scope at none:0 [7] include at ./boot.jl:326 [inlined] [8] include_relative(::Module, ::String) at ./loading.jl:1038 [9] include(::Module, ::String) at ./sysimg.jl:29 [10] exec_options(::Base.JLOptions) at ./client.jl:267 [11] _start() at ./client.jl:436 in expression starting at /Users/ant/AOPELocal/tempCodeRunnerFile.julia:11
The text was updated successfully, but these errors were encountered:
Thank you! I believe #25 will fix the problem. I'm going to release a new version including that fix very soon.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi
First, would like to thank you very much for this package!
I am having the following issue trying to access some data from the European Central Bank public stats webpage:
On my macOS Mojave the error message is:
The text was updated successfully, but these errors were encountered: