> Got a real odd sorting problem here, and I am kind of stumped....
>
>
> Using CFHTTP, I generate a file on the fly that contains some user
> information. It has three fields on each line, constituting 1 record. This
> file cannot be formatted any other way. I have no control over it.
> (Until it
> gets to me)
[snip]
>
> I was thinking of putting everything in array, but I don't think I will be
> able to sort them the way I want this way either. Is there a way to do
> this
> without database intervention? Any help would be greatly appreciated...
Jeff,
If you're using CFHTTP, why not drag the content directly into a CF query?
Once its in a query, it will be a lot easier to handle. If you need to
sort it, you could just QofQ it into the order you need. You will need
to be careful with the dates, but again, I think you can probably QofQ
your data to get the dates into year, month and day, making them more
useful. I'm just not sure what CF's coverage of SQL functions is like
and haven't been able to quickly find a good reference of these.
Regards
Stephen
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

