Timeline for How to create a new column and add a random identifier to it with miller
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 29, 2024 at 21:04 | comment | added | Stéphane Chazelas | That can't make a difference, you'll find that with both syntaxes, $alphabet contains the exact same value which you can confirm with typeset -p alphabet | |
| Jan 29, 2024 at 18:54 | comment | added | aborruso | @stéphane-chazelas I brought it back, because with the syntax you proposed mlr gives me an error mlr DSL: syntax error at "[" ... | |
| Jan 29, 2024 at 18:53 | history | rollback | aborruso | Rollback to Revision 1 | |
| Jan 29, 2024 at 18:42 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | less awkward quoting. |
| Jan 29, 2024 at 16:11 | comment | added | aborruso | Hi @Kusalananda if I use only single quote and double string, I have mlr error: mlr DSL: syntax error at "[" ... | |
| Jan 29, 2024 at 15:27 | comment | added | Kusalananda♦ | If you use single quotes around that long string, then you don't need to escape each double quote. | |
| Jan 29, 2024 at 14:00 | history | answered | aborruso | CC BY-SA 4.0 |