Guest Posted August 11, 2005 Share Posted August 11, 2005 ok... I have figured out how to succesfully get the original .txt file to upload adding one product, using notepad. My information is seperated by a semi colon in the notepad vs tab delimited. I reallly don't want to go through the pain of adding 1000 products in notepad and would much rather do it in EXCEL. The problem is when I bring it into EXCEL and save it as a .txt (tab delimited) file it will not upload to EP. So I try to bring it into Notpad then save it as .txt, it still will not upload. My question is what am I missing, what am I not doing in-correctly. It appears that EP will only accept my file if it seperated by semi-colons not tab delimited. thanks! Leslie Quote Link to comment Share on other sites More sharing options...
AllTheAbove Posted August 11, 2005 Share Posted August 11, 2005 ok... I have figured out how to succesfully get the original .txt file to upload adding one product, using notepad. My information is seperated by a semi colon in the notepad vs tab delimited. I reallly don't want to go through the pain of adding 1000 products in notepad and would much rather do it in EXCEL. The problem is when I bring it into EXCEL and save it as a .txt (tab delimited) file it will not upload to EP. So I try to bring it into Notpad then save it as .txt, it still will not upload. My question is what am I missing, what am I not doing in-correctly. It appears that EP will only accept my file if it seperated by semi-colons not tab delimited. thanks! Leslie <{POST_SNAPBACK}> Did you change your easypopulate.php file as instructed? You should // out the line that refers to semi-colon as the seperator and remove the // where it refers to tab-deliminated to make it the default. Quote Link to comment Share on other sites More sharing options...
Guest Posted August 11, 2005 Share Posted August 11, 2005 Did you change your easypopulate.php file as instructed? You should // out the line that refers to semi-colon as the seperator and remove the // where it refers to tab-deliminated to make it the default. <{POST_SNAPBACK}> I dind't see that in the instructions but I have gone in to easypopulate.php and this is what I changed it to... // **** Field Separator ****// change this if you can't use the default of tabs // Tab is the default, comma and semicolon are commonly supported by various progs // Remember, if your descriptions contain this character, you will confuse EP! global $separator; $separator = "\t"; // tab is default //$separator = ","; // comma //$separator = ";"; // semi-colon //$separator = "~"; // tilde //$separator = "-"; // dash //$separator = "*"; // splat I'm not so great with code but learning quickly does this look correct? I think it's working now.. thanks! thanks Leslie Quote Link to comment Share on other sites More sharing options...
AllTheAbove Posted August 11, 2005 Share Posted August 11, 2005 I dind't see that in the instructions but I have gone in to easypopulate.php and this is what I changed it to...I'm not so great with code but learning quickly does this look correct? I think it's working now.. thanks! thanks Leslie <{POST_SNAPBACK}> That looks correct. I came here knowing zippo about this stuff. Slowly, I am learning.. Its funny that I can help some people, yet I'm still trying to iron out my own web troubles LOL Lori Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.