I think so. I can even ask users upload 50 Citations in the text file a time, if the user received over 100 or 200.So Citation will be 1 to 200? will that cover it?
I think so. I can even ask users upload 50 Citations in the text file a time, if the user received over 100 or 200.So Citation will be 1 to 200? will that cover it?
78 Publication Type
But no where else?
Why?
Database <----Field
Database is part of .... <----Text
May I add that it wouldn't matter if some fields are present or not on different records, that can be easily handled.
The four main things I would consider are:
1. Do we have all the field names that could ever be present?
2. The maximum number of citations.
3. If the first word of any text is the same as the field. I.e.
4. Is there always going to be a field name followed by its corresponding text? You don't want to import data for a field that it shouldn't belong to.Code:Database <----Field Database is part of .... <----Text
3 can be easily handled too.
I'm going back to the background.
Why do you need the Field "Citation" in the Database Table? Surely that is only necessary for the email in that it indicates the different blocks of text. It will not be necessary in the database Table?
Please explain...
From your point of view it doesn't matter, but from our view (well at least mine for now), it makes a big difference in the approach.2. The maximum number of citations.
I don't know, but probably no more 200. In my opinion I don't think it's matter. Loop will go through the end anyway, right
4. Is there always going to be a field name followed by its corresponding text? You don't want to import data for a field that it shouldn't belong to.
3 can be easily handled too.
I'm going back to the background.
From your point of view it doesn't matter, but from our view (well at least mine for now), it makes a big difference in the approach.
And the other thing as well, does the text file contain line numbers?
What I'm talking about is the programming side of things, not about character limitations. Anyway, Uncle Gizmo is on it. I was only dropping hints.It does, if you transfer first into memo field, which is only except no more then 65,000 char.
You will need to check with the user....
They may be expecting the following in the citation field:-
Citation 1.
Citation 2.
Citation 3.
etc
What I'm talking about is the programming side of things, not about character limitations. Anyway, Uncle Gizmo is on it. I was only dropping hints.![]()
Sergo there's still this anomaly. Author and Authors. What's happening there?Line 68 >>> Authors
Sergo there's still this anomaly. Author and Authors. What's happening there?