Hi
If somebody can point me in the right direction for what i require that would be great.
I will give an example rather than exactly what i require just to make it simplier to get the information across
1.I have a csv file which has around 400 rows in it with just one colomn eg names (with all different names in each row
2.I have a set sentence eg
my name is $name and i like being called $name and there is nothing i would more like to be called than $name
I would like to replace the $name in the sentence with the names in the csv file and repeat for each one, then print this to make a txt file for an import process
not only this but each row that prints is to be numbered starting from a number of my choice each time
Hope somebody can help please
Thanks in advance