Questions tagged as 'string'

1
answer

Convert from JSON to string

This function is part of an invoice. When the invoice appears to me, it is displayed in a JSON. I would like to see the list of products like this. product - price product - price product - price, unlike what it shows me is public...
asked by 08.10.2018 / 17:22
6
answers

Read Chains Python

I need to obtain values that are contained in a string of type str separated by a "," and that when I find the comma, save that value in a new variable for example, I have the string: 10.90,500,56.99 and I want to save the values in a new...
asked by 31.10.2018 / 08:32
1
answer

Extract text from a string in R

I have a base from which I must extract part of the text, the name of the company. Here's an example: 995 945 Disprofa 741 593 63 56 302 292 351 Servicios 996 0 Terminal Puerto garin 740 Terminal 997 783 Las Las 740 871 -73 -51 142 203...
asked by 06.09.2018 / 16:13
0
answers

Take data from a string CSV String C #

I have a small application in C # for desktop where I have a method that makes a request get that in response it receives a string with the contents of a csv file, when I already have it catched I remove the spaces with the trim method and I'm l...
asked by 28.08.2018 / 18:39
0
answers

How do I extract values from one data frame to another data frame using loops and conditions?

I want to create a data frame by extracting certain values from another data frame, for what I did was create 2 matrices de 875 obs and% loop with certain conditions: Finally, what I want is to extract the value of variable X2 when...
asked by 22.08.2018 / 04:52
1
answer

How could autogenerate chain type code?

I have the doubt on how to generate auto-generate chain codes with a counter that is: e001 e002 e003 e004 ... the following code is generating e000 e000 e000 e000 If someone could help me, it would be great, thanks public cla...
asked by 18.08.2018 / 05:12
1
answer

Search an object with a string or an int

I have a list with templates based on an array and what I try to do is to find the position of what I entered, either an integer or a string, but whenever I try, the program tells me that it can not convert an integer or a string to my object, o...
asked by 24.02.2018 / 07:36
2
answers

Go through arraylistString and compare substrings if they are the same or similar

My question is How can I compare the strings that I have within a arraylist<String> so that it shows me the ones that are repeated? BUT these strings are irregular, for example: I have the following files in a folder. I h...
asked by 24.01.2018 / 18:54
0
answers

Text field as400 are seen as varbinary in SQL SERVER

I have an AS400 Server (IBM i) for Linked Server to SQL, the problem is that some values (text type (varchar)) are not displayed correctly, something like this is seen in the result of the query by OpenQuery 0xD4C5C4C9C140404040404040404040...
asked by 22.12.2017 / 17:54
2
answers

Search for repeated files within an ArrayList in java

My question is this, is it possible to search for files with the same name or similar within an ArrayList? For example: I have an arraylist loaded with 5 mp3 files (in this case they are music files) but it is applicable to any type of existin...
asked by 05.11.2017 / 03:49