[cfaussie] Re: XML File/Data Validation
Hi Kevin, I am going to do another post with more clarify in the question. Thanks for your comments. Hitesh. On Aug 18, 7:02 pm, Kevin Pepperman wrote: > Hello Hitesh. > My suggestion is to start small here. > > You are asking a for heck of a lot of information in 1 email. > > Without seeing the entire scope of the data and the current situation, > you aren't going to get too much help . > > This email looks more like a job description than a question for a > usergroup. (am I wrong?..anyone?) > > Maybe if you start with "How can I read this XML with ColdFusion", then work > from there? > > > > On Tue, Aug 18, 2009 at 4:51 AM, Hitesh wrote: > > > Can somebody please help me on this? > > > On Aug 13, 5:12 pm, Hitesh wrote: > > > I am writing you regarding XML File/Data validation and bulk upload to > > > SQL Server. > > > > Objective: > > > Receive XML file (having multiple jobs in just single file), validate > > > it & save ALL jobs with proper data form save into DB. > > > > More to explain: For example XML file format would me something like. > > > > > > > > > ... > > > > > > > > > ... > > > > > > > > > > ... > > > > > > > > > ... > > > > > > > > > > In order to receive 3rd party XML file I will have to expose API (a > > > CFC method with remote attribute - webservice) and then > > > STEP 1: do basic authentication of the uplaoder > > > STEP2: validate XML file format & its data > > > STEP3: save ALL successful jobs having proper data into SQL server - > > > bulk upload > > > > Can anybody help me on this solution especially step2 & 3? > > > > Thanks - Hitesh > > -- > -- if you've written a homegrown[*CFML] controller layer that rivals the > sophistication and ease of use of the three major players (MG/MII/FB) - then > share it or shut up. You code in a silo - that's great. Just stay in there > and don't try to tell everyone how good it smells. > --Dave Ross --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
Ill try to fix it. The battery's on my wand were a bit dead, and CVS was low on the 300 triple AAAs' it requires to be effective. I need to trade my wand in for that new IWand, I hear it used LEDs' and has some kind of spell store online that I can download new magic with. This old wands contract will run out soon..maybe then. On Wed, Aug 19, 2009 at 7:41 AM, MrBuzzy wrote: > > I ran this code and it doesn't work. > Please fix it and post it back ASAP. I need it, like, yesterday. > > :P > > > On 8/19/09, Kevin Pepperman wrote: > > This is all I can do with what info I have. > > I hope this helps. excuse my twisted humor, the pain pills are working > well. > > > > > > > > > > > > > > > > > do_basic_authentication_of_the_uplaoder(arguments.objective) /> > > > > save_ALL_successful_jobs_having_proper_data_into_SQL_server_bulk_upload()> > > > > > > > > > > > > > > > > > > > > > > > > > > > > ... > > > > > >... > > > > > > > > ... > > > > > > ... > > > > > > > > > > > > > >> > name="save_ALL_successful_jobs_having_proper_data_into_SQL_server_bulk_upload"> > > > > > > > > > > > > > > > > > > > > > > > > On Thu, Aug 13, 2009 at 3:12 AM, Hitesh > wrote: > > > >> > >> I am writing you regarding XML File/Data validation and bulk upload to > >> SQL Server. > >> > >> Objective: > >> Receive XML file (having multiple jobs in just single file), validate > >> it & save ALL jobs with proper data form save into DB. > >> > >> More to explain: For example XML file format would me something like. > >> > >> > >> ... > >> > >> > >> ... > >> > >> > >> > >> ... > >> > >> > >> ... > >> > >> > >> > >> In order to receive 3rd party XML file I will have to expose API (a > >> CFC method with remote attribute - webservice) and then > >> STEP 1: do basic authentication of the uplaoder > >> STEP2: validate XML file format & its data > >> STEP3: save ALL successful jobs having proper data into SQL server - > >> bulk upload > >> > >> Can anybody help me on this solution especially step2 & 3? > >> > >> Thanks - Hitesh > >> > > >> > > > > > > -- > > -- if you've written a homegrown[*CFML] controller layer that rivals the > > sophistication and ease of use of the three major players (MG/MII/FB) - > then > > share it or shut up. You code in a silo - that's great. Just stay in > there > > and don't try to tell everyone how good it smells. > > --Dave Ross > > > > > > > > > -- > Sent from my mobile device > > > > -- -- if you've written a homegrown[*CFML] controller layer that rivals the sophistication and ease of use of the three major players (MG/MII/FB) - then share it or shut up. You code in a silo - that's great. Just stay in there and don't try to tell everyone how good it smells. --Dave Ross --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
Someone got a sneak peek at cf10 I think. doMagic() is a function that communicates to a neural webservice that reads your thoughts and just does what you want. -Original Message- From: MrBuzzy [mailto:mrbu...@gmail.com] Sent: Wednesday, 19 August 2009 9:42 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: XML File/Data Validation I ran this code and it doesn't work. Please fix it and post it back ASAP. I need it, like, yesterday. :P On 8/19/09, Kevin Pepperman wrote: > This is all I can do with what info I have. > I hope this helps. excuse my twisted humor, the pain pills are working well. > > > > > > > > do_basic_authentication_of_the_uplaoder(arguments.objective) /> > save_ALL_successful_jobs_having_proper_data_into_SQL_server_bulk_upload()> > > > > > > > > > > > > > > ... > > >... > > > > ... > > > ... > > > > > > > name="save_ALL_successful_jobs_having_proper_data_into_SQL_server_bulk_uploa d"> > > > > > > > > > > > > On Thu, Aug 13, 2009 at 3:12 AM, Hitesh wrote: > >> >> I am writing you regarding XML File/Data validation and bulk upload to >> SQL Server. >> >> Objective: >> Receive XML file (having multiple jobs in just single file), validate >> it & save ALL jobs with proper data form save into DB. >> >> More to explain: For example XML file format would me something like. >> >> >> ... >> >> >> ... >> >> >> >> ... >> >> >> ... >> >> >> >> In order to receive 3rd party XML file I will have to expose API (a >> CFC method with remote attribute - webservice) and then >> STEP 1: do basic authentication of the uplaoder >> STEP2: validate XML file format & its data >> STEP3: save ALL successful jobs having proper data into SQL server - >> bulk upload >> >> Can anybody help me on this solution especially step2 & 3? >> >> Thanks - Hitesh >> > >> > > > -- > -- if you've written a homegrown[*CFML] controller layer that rivals the > sophistication and ease of use of the three major players (MG/MII/FB) - then > share it or shut up. You code in a silo - that's great. Just stay in there > and don't try to tell everyone how good it smells. > --Dave Ross > > > > -- Sent from my mobile device --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
I ran this code and it doesn't work. Please fix it and post it back ASAP. I need it, like, yesterday. :P On 8/19/09, Kevin Pepperman wrote: > This is all I can do with what info I have. > I hope this helps. excuse my twisted humor, the pain pills are working well. > > > > > > > > do_basic_authentication_of_the_uplaoder(arguments.objective) /> > save_ALL_successful_jobs_having_proper_data_into_SQL_server_bulk_upload()> > > > > > > > > > > > > > > ... > > >... > > > > ... > > > ... > > > > > > >name="save_ALL_successful_jobs_having_proper_data_into_SQL_server_bulk_upload"> > > > > > > > > > > > > On Thu, Aug 13, 2009 at 3:12 AM, Hitesh wrote: > >> >> I am writing you regarding XML File/Data validation and bulk upload to >> SQL Server. >> >> Objective: >> Receive XML file (having multiple jobs in just single file), validate >> it & save ALL jobs with proper data form save into DB. >> >> More to explain: For example XML file format would me something like. >> >> >> ... >> >> >> ... >> >> >> >> ... >> >> >> ... >> >> >> >> In order to receive 3rd party XML file I will have to expose API (a >> CFC method with remote attribute - webservice) and then >> STEP 1: do basic authentication of the uplaoder >> STEP2: validate XML file format & its data >> STEP3: save ALL successful jobs having proper data into SQL server - >> bulk upload >> >> Can anybody help me on this solution especially step2 & 3? >> >> Thanks - Hitesh >> > >> > > > -- > -- if you've written a homegrown[*CFML] controller layer that rivals the > sophistication and ease of use of the three major players (MG/MII/FB) - then > share it or shut up. You code in a silo - that's great. Just stay in there > and don't try to tell everyone how good it smells. > --Dave Ross > > > > -- Sent from my mobile device --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
This is all I can do with what info I have. I hope this helps. excuse my twisted humor, the pain pills are working well. ... ... ... ... On Thu, Aug 13, 2009 at 3:12 AM, Hitesh wrote: > > I am writing you regarding XML File/Data validation and bulk upload to > SQL Server. > > Objective: > Receive XML file (having multiple jobs in just single file), validate > it & save ALL jobs with proper data form save into DB. > > More to explain: For example XML file format would me something like. > > > ... > > > ... > > > > ... > > > ... > > > > In order to receive 3rd party XML file I will have to expose API (a > CFC method with remote attribute - webservice) and then > STEP 1: do basic authentication of the uplaoder > STEP2: validate XML file format & its data > STEP3: save ALL successful jobs having proper data into SQL server - > bulk upload > > Can anybody help me on this solution especially step2 & 3? > > Thanks - Hitesh > > > -- -- if you've written a homegrown[*CFML] controller layer that rivals the sophistication and ease of use of the three major players (MG/MII/FB) - then share it or shut up. You code in a silo - that's great. Just stay in there and don't try to tell everyone how good it smells. --Dave Ross --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
All xml is validated against a DTD... Maybe looking to that. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Hitesh Sent: Tuesday, 18 August 2009 6:52 PM To: cfaussie Subject: [cfaussie] Re: XML File/Data Validation Can somebody please help me on this? On Aug 13, 5:12 pm, Hitesh wrote: > I am writing you regarding XML File/Data validation and bulk upload to > SQL Server. > > Objective: > Receive XML file (having multiple jobs in just single file), validate > it & save ALL jobs with proper data form save into DB. > > More to explain: For example XML file format would me something like. > > > ... > > > ... > > > > ... > > > ... > > > > In order to receive 3rd party XML file I will have to expose API (a > CFC method with remote attribute - webservice) and then > STEP 1: do basic authentication of the uplaoder > STEP2: validate XML file format & its data > STEP3: save ALL successful jobs having proper data into SQL server - > bulk upload > > Can anybody help me on this solution especially step2 & 3? > > Thanks - Hitesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
Kevin Totally agree which is why i didnt bother replying. We are here to help eachother, not ask for others to do out work for us. Sounds harsh maybe but oh well. _ From: Kevin Pepperman [mailto:chorno...@gmail.com] Sent: Tuesday, 18 August 2009 7:03 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: XML File/Data Validation Hello Hitesh. My suggestion is to start small here. You are asking a for heck of a lot of information in 1 email. Without seeing the entire scope of the data and the current situation, you aren't going to get too much help . This email looks more like a job description than a question for a usergroup. (am I wrong?..anyone?) Maybe if you start with "How can I read this XML with ColdFusion", then work from there? On Tue, Aug 18, 2009 at 4:51 AM, Hitesh wrote: Can somebody please help me on this? On Aug 13, 5:12 pm, Hitesh wrote: > I am writing you regarding XML File/Data validation and bulk upload to > SQL Server. > > Objective: > Receive XML file (having multiple jobs in just single file), validate > it & save ALL jobs with proper data form save into DB. > > More to explain: For example XML file format would me something like. > > > ... > > > ... > > > > ... > > > ... > > > > In order to receive 3rd party XML file I will have to expose API (a > CFC method with remote attribute - webservice) and then > STEP 1: do basic authentication of the uplaoder > STEP2: validate XML file format & its data > STEP3: save ALL successful jobs having proper data into SQL server - > bulk upload > > Can anybody help me on this solution especially step2 & 3? > > Thanks - Hitesh -- -- if you've written a homegrown[*CFML] controller layer that rivals the sophistication and ease of use of the three major players (MG/MII/FB) - then share it or shut up. You code in a silo - that's great. Just stay in there and don't try to tell everyone how good it smells. --Dave Ross --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
Hello Hitesh. My suggestion is to start small here. You are asking a for heck of a lot of information in 1 email. Without seeing the entire scope of the data and the current situation, you aren't going to get too much help . This email looks more like a job description than a question for a usergroup. (am I wrong?..anyone?) Maybe if you start with "How can I read this XML with ColdFusion", then work from there? On Tue, Aug 18, 2009 at 4:51 AM, Hitesh wrote: > > Can somebody please help me on this? > > On Aug 13, 5:12 pm, Hitesh wrote: > > I am writing you regarding XML File/Data validation and bulk upload to > > SQL Server. > > > > Objective: > > Receive XML file (having multiple jobs in just single file), validate > > it & save ALL jobs with proper data form save into DB. > > > > More to explain: For example XML file format would me something like. > > > > > > ... > > > > > > ... > > > > > > > > ... > > > > > > ... > > > > > > > > In order to receive 3rd party XML file I will have to expose API (a > > CFC method with remote attribute - webservice) and then > > STEP 1: do basic authentication of the uplaoder > > STEP2: validate XML file format & its data > > STEP3: save ALL successful jobs having proper data into SQL server - > > bulk upload > > > > Can anybody help me on this solution especially step2 & 3? > > > > Thanks - Hitesh > > > -- -- if you've written a homegrown[*CFML] controller layer that rivals the sophistication and ease of use of the three major players (MG/MII/FB) - then share it or shut up. You code in a silo - that's great. Just stay in there and don't try to tell everyone how good it smells. --Dave Ross --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: XML File/Data Validation
Can somebody please help me on this? On Aug 13, 5:12 pm, Hitesh wrote: > I am writing you regarding XML File/Data validation and bulk upload to > SQL Server. > > Objective: > Receive XML file (having multiple jobs in just single file), validate > it & save ALL jobs with proper data form save into DB. > > More to explain: For example XML file format would me something like. > > > ... > > > ... > > > > ... > > > ... > > > > In order to receive 3rd party XML file I will have to expose API (a > CFC method with remote attribute - webservice) and then > STEP 1: do basic authentication of the uplaoder > STEP2: validate XML file format & its data > STEP3: save ALL successful jobs having proper data into SQL server - > bulk upload > > Can anybody help me on this solution especially step2 & 3? > > Thanks - Hitesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---