Please this is the data from the file attached that is returned from my web application how can i get it from this URL into my New SQLite database Table Called Customers
You're asking a very general question, so I'll give you a very general answer: Save the results from your HTTP request to your local SQL database via an INSERT or UPDATE statement.
I would recommend searching the following topics in the forums: