Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
apegahfar
Contributor III
Contributor III

number of records is restricted via web file

Dear Community

I am trying to load data via web file.

the connection is fine but when i reload data the number of record are about only 10 row !!!

does any body help me

regard

1.png

LOAD

wdt_ID      as ID,
تاریخ          as date,
[عنوان مورد]as type,
[قیمت قدیم]  as old_price ,
[قیمت جدید]  as new_price ,
تغییر          as Change
FROM
[http://madan24.com/prices/]
(html, utf8, embedded labels, table is @1);

2 Replies
Anil_Babu_Samineni

What does you mean?

amirhossein pegahfar wrote:

the connection is fine but when i reload data the number of record are about only 10 row !!!

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
apegahfar
Contributor III
Contributor III
Author

i mean the real data in the site are about 1000 record but when i load data , i only see 10 record !!!