I'm trying to create a workspace that fetches (among other data) all addresses as a CSV from a web portal. I need to do this with the FeatureReader and a generated URL for "Dataset".
It seems that FME is trying to download the whole dataset (with 3+ million records/lines) when I'm setting up the workspace.
It would be beneficial to have FME _not_ read a huge web based dataset when setting up the workspace, i.e. in design mode. In any case, it has no practical application, since I do have to manually type in the CSV field names even though they're given as line #1 in the dataset (and I did check the "Field names follow Header" in parameters).
E.g. by abstaining to read any dataset that starts with "http://", or at least just read a suitable small fraction.
Cheers

