Many of us went through the scenario where you extract
records out of CRM and have them as a csv/excel sheet and you want to create a
comma delimiter file out of the records.
Here is how:
We have a list of numbers in an excel file where we want to
create a comma separated list from all the Member Ids.
For instance we have the following excel sheet:
Now select the end of the first line using shift + arrow keys, this will highlight the selected space at the end of the first line:
Now press Alt+F3, this will enforce the same selection on “all of the lines” within the file
then type comma (“,”) and viola!
It added
a comma at the end of every line :)
No comments:
Post a Comment