Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6144461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:39:14+00:00 2026-05-23T18:39:14+00:00

Im trying to open up a csv file from http://openchargemap.org/api/service.ashx?output=csv&countrycode=US&maxresults=2000 Im trying to add

  • 0

Im trying to open up a csv file from
http://openchargemap.org/api/service.ashx?output=csv&countrycode=US&maxresults=2000
Im trying to add this data into a SQLite3 Database. Get an instream from this csv file and then use StringToken to separate the values and insert into a db.

public InputStream connect2(String url){

    // Create the httpclient
    HttpClient httpclient = new DefaultHttpClient();

    // Prepare a request object
    HttpGet httpget = new HttpGet(url); 

    // Execute the request
    HttpResponse response;

    // return string
    String returnString = null;
    InputStream instream = null;

    try {

        // Open the webpage.
        response = httpclient.execute(httpget);

        if(response.getStatusLine().getStatusCode() == 200){
            // Connection was established. Get the content. 
             //ByteArrayOutputStream i = (ByteArrayOutputStream) response.getEntity();
            HttpEntity entity = response.getEntity();
            // If the response does not enclose an entity, there is no need
            // to worry about connection release

            if (entity != null) {

                instream = entity.getContent();




                // Close the stream.
                instream.close();
            }
        }
        else {
            // code here for a response other than 200.  A response 200 means the webpage was ok
            // Other codes include 404 - not found, 301 - redirect etc...
            // Display the response line.
            returnString = "Unable to load page - " + response.getStatusLine();
        }
    }
    catch (IOException  ex) {
        // thrown by line 80 - getContent();
        // Connection was not established
        returnString = "Connection failed; " + ex.getMessage();
    }
    return instream;
}

The code is getting caught at IO Exception ex Connection Failed; openchargemap.org

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:39:15+00:00Added an answer on May 23, 2026 at 6:39 pm

    It may have to do with the fact that the CSV “Content-Disposition” is “attachment”. You might find the following useful:

    http://download.oracle.com/javase/tutorial/networking/urls/readingURL.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to read headers for a csv file with: reader = csv.DictReader(open(PATH_FILE),skipinitialspace=True) headers =
I am trying to upload a CSV file to Oracle database from my client
I've made a servlet which uses the org.apache.commons.fileupload api to upload a CSV file
I'm trying to extract a bunch of lines from a CSV file and write
I'm trying to write some data to a CSV file from TCL script with
I am trying to create a dictionary from a csv file. The first column
I am trying to decode a string I took from file: file = open
I'm trying to get data from CSV file , by using fill() method i
I'm trying to grab all NA phone numbers from a CSV file. The numbers
I am trying to parse a CSV file generated from an Excel spreadsheet. Here

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.