-
-
Notifications
You must be signed in to change notification settings - Fork 136
Description
In https://librarycarpentry.org/lc-open-refine/03-working-with-data/index.html
“### Choosing a good separator
Now imagine that the document creator had chosen a comma as the separator instead of a pipe.
Jones, Andrew , Davis, S.
Can you spot the problem? Can you tell where one author stops and the next begins?”
It seems to me that a better example is possible, because a plausible answer to the question “Can you spot the problem?” would be: ‘No’. To the question “Can you tell where one author stops and the next begins?” my answer would be: ‘Yes, I can: the division between two author names is a blank, followed by a comma.’
My suggestion would be:
“Now imagine that the document creator had chosen a blank as the separator instead of a pipe.
Jones, Andrew Davis, S.
Can you spot the problem? Can you tell where one author stops and the next begins?”