Re: [WebDNA] merging multiple database fields into a new field

This WebDNA talk-list message is from

2016


It keeps the original formatting.
numero = 112707
interpreted = N
texte = 290 --Apple-Mail=_AF924947-F4EB-448E-ACFE-BD31DBFEBED2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I THINK that [INPUT][/INPUT] does the same thing Kind regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au > On 1 Apr 2016, at 09:56, Rich Kwas wrote: >=20 > Seems I'm not getting any of the talklist posts to either of my 2 = emails again.... > Happens a lot with my yahoo account, just occurred now as well with = gmail..... > Can't answer myquestion without created a new post...... >=20 >=20 >=20 > SOLVED >=20 > Poked around in my StandardConversions.db and the following works as I = need. >=20 >=20 > [append = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&comments=3D[url][text2][/url][c= onvertchars]%0D[/convertchars][url][text4][/url][/append] >=20 >=20 > My original post about this..... >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > I need to merge multiple text fields into one large text field. = (making a new db for a site re-design) >=20 > I can do it very easily via a form one by one with input fields like = this, showing multiple text fields in a new text area, and then when I = "submit" the form, the 13 fields get written into the new database field = just perfectly. >=20 > >=20 >=20 > But I have thousands of listings where these multiple fields need to = be merged into one new field.... >=20 > If I create a new db from the old by merging/appending like this >=20 > [append = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&ad_text=3D[url][text2][text4][/= url][/append] >=20 > I do get the 2 fields written OK with text4 following text 2 BUT I = there not even any space between the two fields in the merged one. I = can't seem to get a line break / carriage return between [text2]&[text4] = like I do in the form sample above. >=20 > Since there really isn't anything between [text2][text4] when I'm = doing the append is there a way I can place a line break between these = fields? >=20 > Looking at my old .db I see a "VT" in a black box, that being the line = break/carriage return. > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us --Apple-Mail=_AF924947-F4EB-448E-ACFE-BD31DBFEBED2 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii I THINK that = [INPUT][/INPUT] does the same thing



Kind regards

Stuart Tremain
IDFK Web Developments
AUSTRALIA





On 1 Apr 2016, at 09:56, Rich Kwas <richkwasniewski@yahoo.com> wrote:

Seems I'm not = getting any of the talklist posts to either of my 2 emails = again....
Happens a lot with my yahoo account, just occurred now as = well with gmail.....
Can't answer myquestion without created a new = post......



SOLVED

Poked around in my StandardConversions.db and the following = works as I need.


[append = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&comments=3D[url][text2][/ur= l][convertchars]%0D[/convertchars][url][text4][/url][/append]


My original post about this.....

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D
I need to merge multiple text fields into one large text = field. (making a new db for a site re-design)

I can = do it very easily via a form one by one with input fields like this, = showing multiple text fields in a new text area, and then when I = "submit" the form, the 13 fields get written into the new database field = just perfectly.

<textarea name=3D"__MERGED_TEXT_COPY" wrap=3D"virtual" = rows=3D"75" cols=3D"125">
ALL OF THE COPY = IN THIS AD:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
[text1]
[text2]
[text3]
[text4]
[text5]
[text6]
[text7]
[text8]
[text9]
[text10]
[text11]
[text12]
[text13]
</textarea>


But I = have thousands of listings where these multiple fields need to be merged = into one new field....

If I = create a new db from the old by merging/appending like this

[append= = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&ad_text=3D[url][text2][text= 4][/url][/append]

I do = get the 2 fields written OK with text4 following text 2 BUT I there not = even any space between the two fields in the merged one. I can't seem to = get a line break / carriage return between [text2]&[text4] like I do = in the form sample above.

Since = there really isn't anything between [text2][text4] when I'm doing the = append is there a way I can place a line break between these = fields?

Looking at my old = ..db I see a "VT" in a black box, that being the line break/carriage = return.
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_AF924947-F4EB-448E-ACFE-BD31DBFEBED2-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: ***JUNK MAIL*** Re: [WebDNA] merging multiple database fields into a new field (Michael Davis 2016)
  2. Re: [WebDNA] merging multiple database fields into a new field (Rich Kwas 2016)
  3. Re: [WebDNA] merging multiple database fields into a new field (Stuart Tremain 2016)
  4. Re: [WebDNA] merging multiple database fields into a new field (christophe.billiottet@webdna.us 2016)
  5. [WebDNA] merging multiple database fields into a new field (Rich Kwas 2016)
290 --Apple-Mail=_AF924947-F4EB-448E-ACFE-BD31DBFEBED2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I THINK that [input][/INPUT] does the same thing Kind regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au > On 1 Apr 2016, at 09:56, Rich Kwas wrote: >=20 > Seems I'm not getting any of the talklist posts to either of my 2 = emails again.... > Happens a lot with my yahoo account, just occurred now as well with = gmail..... > Can't answer myquestion without created a new post...... >=20 >=20 >=20 > SOLVED >=20 > Poked around in my StandardConversions.db and the following works as I = need. >=20 >=20 > [append = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&comments=3D[url][text2][/url][c= onvertchars]%0D[/convertchars][url][text4][/url][/append] >=20 >=20 > My original post about this..... >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > I need to merge multiple text fields into one large text field. = (making a new db for a site re-design) >=20 > I can do it very easily via a form one by one with input fields like = this, showing multiple text fields in a new text area, and then when I = "submit" the form, the 13 fields get written into the new database field = just perfectly. >=20 > >=20 >=20 > But I have thousands of listings where these multiple fields need to = be merged into one new field.... >=20 > If I create a new db from the old by merging/appending like this >=20 > [append = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&ad_text=3D[url][text2][text4][/= url][/append] >=20 > I do get the 2 fields written OK with text4 following text 2 BUT I = there not even any space between the two fields in the merged one. I = can't seem to get a line break / carriage return between [text2]&[text4] = like I do in the form sample above. >=20 > Since there really isn't anything between [text2][text4] when I'm = doing the append is there a way I can place a line break between these = fields? >=20 > Looking at my old .db I see a "VT" in a black box, that being the line = break/carriage return. > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us --Apple-Mail=_AF924947-F4EB-448E-ACFE-BD31DBFEBED2 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii I THINK that = [input][/INPUT] does the same thing



Kind regards

Stuart Tremain
IDFK Web Developments
AUSTRALIA





On 1 Apr 2016, at 09:56, Rich Kwas <richkwasniewski@yahoo.com> wrote:

Seems I'm not = getting any of the talklist posts to either of my 2 emails = again....
Happens a lot with my yahoo account, just occurred now as = well with gmail.....
Can't answer myquestion without created a new = post......



SOLVED

Poked around in my StandardConversions.db and the following = works as I need.


[append = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&comments=3D[url][text2][/ur= l][convertchars]%0D[/convertchars][url][text4][/url][/append]


My original post about this.....

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D
I need to merge multiple text fields into one large text = field. (making a new db for a site re-design)

I can = do it very easily via a form one by one with input fields like this, = showing multiple text fields in a new text area, and then when I = "submit" the form, the 13 fields get written into the new database field = just perfectly.

<textarea name=3D"__MERGED_TEXT_COPY" wrap=3D"virtual" = rows=3D"75" cols=3D"125">
ALL OF THE COPY = IN THIS AD:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
[text1]
[text2]
[text3]
[text4]
[text5]
[text6]
[text7]
[text8]
[text9]
[text10]
[text11]
[text12]
[text13]
</textarea>


But I = have thousands of listings where these multiple fields need to be merged = into one new field....

If I = create a new db from the old by merging/appending like this

[append= = db=3D^rs-avs/listings_new.db]ad_ID=3D[SKU]&ad_text=3D[url][text2][text= 4][/url][/append]

I do = get the 2 fields written OK with text4 following text 2 BUT I there not = even any space between the two fields in the merged one. I can't seem to = get a line break / carriage return between [text2]&[text4] like I do = in the form sample above.

Since = there really isn't anything between [text2][text4] when I'm doing the = append is there a way I can place a line break between these = fields?

Looking at my old = ..db I see a "VT" in a black box, that being the line break/carriage = return.
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_AF924947-F4EB-448E-ACFE-BD31DBFEBED2-- . Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

A little help on e-mail (HELP!!! :-) ) (1998) os x server (2000) Include a big block of text (1997) WC2.0 Memory Requirements (1997) Problems passing [SKU] with $Replace in 2.0 (1997) ShipToState question (1998) [include ...] behavior (1997) Greeting Card System (2000) .hdr in older Vers. (2003) 2cd opinion please (2003) Re:Need help... (1997) Re:Merging databases (1997) Meet your competition (2000) YACBQ.....(Yet another checkbox question) (2000) auto adding SKUs w/DB helper (1998) Ken Grome (2006) WCS Newbie question (1997) READFILE command? (1998) WC2b15 - [HTMLx]...[/HTMLx] problems (1997) WebCat2b13 Command Reference Doc error (1997)