Jump to content
UBot Underground

Help - Two Part Question. 1. Why Do Csv Files Clip My Zip Codes? And How Do I Create .html Files?


Recommended Posts

This has two parts.

 

I have a list of zip codes I need to put into html files then later I'll put them on the web. Why does my list get chopped up? I'll provide a side by side example. Yes before you ask, I save as comma delimited. I am going to upload a screenshot so you can see. 

 

Second - I want to use those zip codes and cities to plug into an html file I am going to create. What I have is a lot of cities to plug and it would take forever. No I don't want to use a database since my boss wants the files individually done. I dont see anything on ubot that can take that variable data and type it into a file then finally save it. 

 

Any suggestions?

 

 

post-9165-0-82215100-1419478695_thumb.png

Link to post
Share on other sites

This can be done easily with my table creator, only need to add a tiny bit of code. http://www.ubotstudio.com/forum/index.php?/topic/15637-selldynamic-table-creator-editable-css-styled-dynamic-tables-in-your-ui/

 

The table creator is also included as a feature of my UI Builder.

 

screenshot of saved html: post-223-0-04036900-1419510698_thumb.jpg

  • Like 1
Link to post
Share on other sites

Thats just it, I don't have anything to sample for you guys. 

 

I am trying to simply take some html and then use variables inside of it to place the demographic info into it. I am looking for basically a type text tool then a save the text typed function.

 

I like the idea of putting it into a table or list. 

Link to post
Share on other sites

ok, here's an option....

 

Say your list has 50 lines in it...

 

1- joe miller

2- jan jones

3- jon doe

4-etc..

 

Create a var that has "<a href="http://somelink.com">

Create a var that has "</a>

 

Create a table..

 

Col1= var1

col2=list item

col3=var2

 

Loop so that for each list instance there is also a var 1 & 2 instance.

 

End result - you have a table that has everything you need.... Save that table to an .html file, and there you go... html in place and working in your html page.

  • Like 1
Link to post
Share on other sites

ok, here's an option....

 

Say your list has 50 lines in it...

 

1- joe miller

2- jan jones

3- jon doe

4-etc..

 

Create a var that has "<a href="http://somelink.com">

Create a var that has "</a>

 

Create a table..

 

Col1= var1

col2=list item

col3=var2

 

Loop so that for each list instance there is also a var 1 & 2 instance.

 

End result - you have a table that has everything you need.... Save that table to an .html file, and there you go... html in place and working in your html page.

 

Technically, could I make just a table with one column and type out the html and variables in that single column?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...