Show HN: A tool that transforms your whole list with just one example
1–10 of 151 posts
Re: Show HN: A tool that transforms your whole list with just one example
#2Feedback and suggestions are very much welcome! We plan on adding a few more features soon as right now it is fairly basic but would like to hear some opinions and see if there's people out there that have a use for this.
Re: Show HN: A tool that transforms your whole list with just one example
#3Re: Show HN: A tool that transforms your whole list with just one example
#4Re: Show HN: A tool that transforms your whole list with just one example
#5Re: Show HN: A tool that transforms your whole list with just one example
#6Re: Show HN: A tool that transforms your whole list with just one example
#7Re: Show HN: A tool that transforms your whole list with just one example
#8USA, Barack
Germany, Angela
to
USA, Obama
Germany, Merkel
based on a single example. Do this please. :)
Re: Show HN: A tool that transforms your whole list with just one example
#9Amongst other things this can be used for cleaning tables/lists from special characters, changing date formats and creating xml or json. Feedback and suggestions are very much welcome! We plan on adding a few more features soon as right now it is fairly basic but would like to hear some opinions and see if there's people out there that have a use for this.
It doesn't seem to play will with something like this as an input:
3, Roberto/Carlos, soccer, Brazil
35, Roberto/Carlos Michael Jordan, baseball, USA
6, Roberto/Carlos James Lebron, basketball, USA
10, Roberto/Carlos Shinji Kagawa, soccer, Japan
Format: 3, ROBERTO/CARLOS, soccer, Brazil
Gives me: 3, ROBERTO/CARLOS, soccer, Brazil
35, ROBERTO/CARLOS, Michael, Jordan
6, ROBERTO/CARLOS, James, Lebron
10, ROBERTO/CARLOS, Shinji, Kagawa
I can't seem to find a way to get it to parse that out properly (playing with the ROBERTO/CARLOS part.I even tried this as an input:
3, Roberto Carlos, soccer, Brazil
35, Roberto Carlos Michael Jordan, baseball, USA
6, Roberto Carlos James Lebron, basketball, USA
10, Roberto Carlos Shinji Kagawa, soccer, Japan
Format: 3, ROBERTO CARLOS, soccer, Brazil
Gives me: 3, ROBERTO CARLOS, soccer, Brazil
35, ROBERTO CARLOS, Michael, Jordan
6, ROBERTO CARLOS, James, Lebron
10, ROBERTO CARLOS, Shinji, Kagawa
Edit: formatRe: Show HN: A tool that transforms your whole list with just one example
#10Start by improving your proofreading :)