Questions tagged as 'parsear'

1
answer

SimpleDateFormat for month abbreviated in 3 characters

I am having problems when paging dates that express the abbreviated month to 3 characters. I use a SimpleDateFormar that I build in the following way: DateFormat dateFormat = new SimpleDateFormat("dd MMM HH:mm yyyy", new Locale("es")) ; Whe...
asked by 20.08.2018 / 19:02
1
answer

How can I parse an XML String?

I am doing an application on Android, my error is as follows, from the Application, I send a parameter to a query, from a php, within this php, when it makes the query, it generates a response in a way structuring an XML. (I enclose the php so y...
asked by 19.04.2017 / 19:17
1
answer

Error Parsing Date Sqlite

I'm trying to pause a date in SQLite but it gives me the following error:    W / System.err: java.text.ParseException: Unparseable date: "Sat Feb 27 00:00:00 EST 2016" (at offset 0)   07-15 13: 32: 55.178 10245-10245 / mx.com.oncontrol.oncont...
asked by 16.07.2016 / 00:24
0
answers

How to read values from a json that extracts data from influxdb

I'm doing a query to an influxdb database and at the end I have a result like this: stdClass Object ( [results] => Array ( [0] => stdClass Object ( [statement_id] => 0 [series] => Array ( [0] => stdClass Object ( [name] =>...
asked by 26.12.2018 / 11:06
1
answer

parsing a text file with python

I am new to the platform and to the world of python. I would like to be able to make a small script in which I give a file.txt, which contains a text string separated by | , and for each | that there is a line break (I understand it would be...
asked by 19.11.2018 / 19:13
0
answers

Problems parsing XML

I am trying to parse an xml to store values of a web in an array within an android app in this way: //Parseo XML try { //Conexion app-web URL url = new URL("https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml"...
asked by 22.10.2018 / 17:05
1
answer

Fill a listview with an API

I have been trying to fill out a ListView with a MYSQL query but I do not have any favorable results, I want to implement the use of adapter and assign in the listview only the Name and Surname for each element but when I try to assign my data c...
asked by 05.05.2018 / 07:37
0
answers

Parsing JSON with jq

When consulting a API I get the following JSON : { "Count": 1, "Data": [ { "BlockedCount": 0, "BouncedCount": 0, "ClickedCount": 0, "DeferredCount": 0, "DeliveredCount": 0, "HardBouncedC...
asked by 18.04.2018 / 13:04
0
answers

Receive json in PHP Python and extract data

An api sends me a JSON, I receive it in PHP and sent it to Phayton to process it, the problem is to convert it to an object to extract the data, it gives error all the time It gives me these errors:    ERROR: (,   JSONDecodeError ('Expecting...
asked by 22.01.2018 / 16:43
1
answer

Parsear 2 jsonArray in Ruby

I have this little problem in Ruby, I have an api with this response: response: [ { waspurchase: 1, purchase_data: { gateway: "plazavipgate", gateway_text: "TEXT_PGS_PAYMENT_ASD_ASD_ASD", gateway_data: { car...
asked by 17.07.2017 / 18:18