Importing problem

Rob Mostyn mostyn at platformis.net
Thu Oct 7 08:24:43 UTC 2021


And I love strtok() !!

> On 6 Oct 2021, at 21:45, Das Goravani <goravanis at gmail.com> wrote:
> 
> Yep, I was not understanding it right.
> 
> But I’ve already got it working with strtok()
> 
> I love Omnis.
> 
> 
> 
> 
>> On Oct 6, 2021, at 3:42 PM, Dan Ridinger <dlr at futurechalk.com> wrote:
>> 
>> When thinking about comma delimited data, it is as Doug E. says each item that is separated by a comma is considered to be a field in a table row and the end of that set of comma delimited values for that row is a CR. What you have is a string that is a list of addresses separated by commas, this is not the structure for a comma delimited data. As you say Das you would have parse it in a procedural manner.
>> 
>> 
>> Dan Ridinger
>> Managing Director
>> 
>> 
>> 
>> 
>> FutureChalk Software Inc.
>> 20521 92A Avenue
>> Langley, BC  V1M 1B7
>> 
>> Phone No: 604.723.6837
>> EMail: dlr at futurechalk.com
>> www: www.futurechalk.com
>> 
>>> On Oct 6, 2021, at 12:25 PM, Das Goravani <goravanis at gmail.com> wrote:
>>> 
>>> 
>>> Is the following valid to be imported easily as I show below
>>> 
>>> 
>>> a_murugavel at yahoo.com,aaanava at tiscali.co.uk,aaapers.am at verizon.net,aakassdeep at yahoo.com,aasha1 at aol.com,aaziman at yahoo.com,abdrahi2003 at yahoo.com,abhi.is4u at gmail.com,abhikn at netscape.net,adamglasser at aol.com,addie1 at cox.net,adipurusa at mac.com,admin at iguanaecru.com,admin at junglewalk.com,ads at mountainastrologer.com,adurthy at yahoo.com,adwork at optusnet.com.au,aelauver at hotmail.com,aelauver at yahoo.com,aengineer at easterseals.org,agnesosherin at yahoo.co.in,aissa.tiouiri046 at orange.fr <mailto:aissa.tiouiri046 at orange.fr>
>>> 
>>> 
>>> Those are email addresses separated by commas
>>> 
>>> I am trying to import them to a list
>>> 
>>> I could use a repeat loop and string token way of doing it..
>>> 
>>> I thought Omnis would import this no problem
>>> _____________________________________________________________
>>> Manage your list subscriptions at http://lists.omnis-dev.com
>>> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
>> 
>> _____________________________________________________________
>> Manage your list subscriptions at http://lists.omnis-dev.com
>> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
> 
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com



More information about the omnisdev-en mailing list