Timeline for merging two files according to a common column
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 8, 2017 at 10:56 | vote | accept | Chiara | ||
| Jun 8, 2017 at 15:59 | |||||
| Jun 8, 2017 at 10:47 | comment | added | RomanPerekhrest | @Chiara, yes, I think there are issues with whitespaces in your file. Try to apply sed -i 's/ *$|\r//' file to your file beforehand | |
| Jun 8, 2017 at 10:42 | comment | added | Chiara | Thanks! but it doesn't work either .. It finds only a match in the last row, while the matching fields are the 80% of the list.. Could be a problem of the input file? Not correctly formatted or tabulated .. it comes from excel originally. | |
| Jun 7, 2017 at 15:05 | history | edited | RomanPerekhrest | CC BY-SA 3.0 | deleted 2 characters in body |
| Jun 7, 2017 at 14:57 | history | answered | RomanPerekhrest | CC BY-SA 3.0 |