Facing Issue while updating Property Status

Closed

Import WP Pro Updated 2 years ago 8 Replies

Jags asked 2 years ago on May 31, 2023 at 1:00 am

Hello,

I was trying to update Status of some real e-state properties.

The field have values in numbers but some of the fields are empty and it was not able to assign the status to the properties.

I want to know if the field is empty in given BLM file, can I put custom value in status field like (Let) as a property status.

J

James replied Support Agent

2 years ago on May 31, 2023 at 11:12 am

Hi Jags,

If you leave it with nothing instead of NULL it should match the empty string.

If this is not the case can you attach an example of your blm file so i can investigate further.

JP

Jags replied

2 years ago on May 31, 2023 at 12:58 pm

As I check field no. 22 as a BLM format Status ID field must be mandatory but in my BLM file that field is empty.I also tried to leave the field empty to save map value in SQL. It also not worked.and i also noticed when new properties were uploaded to BLM format, it also not assign available status to new properties, they have value 0 in BLM. 
J

James replied Support Agent

2 years ago on May 31, 2023 at 1:41 pm

sorry, can you also send over the #DEFINITION# part of the blm file, along with an export of the importer settings to this ticket by going to Tools > Import WP > Settings / Tools > Import / Export and select and export your importer as a JSON file.

JP

Jags replied privately

2 years ago on May 31, 2023 at 1:49 pm

J

James replied Support Agent

2 years ago on May 31, 2023 at 10:27 pm

Thank you for all that information, i was able to find a but in the data list / mapper that would skip mapping data if it was empty, so the "Let" status fallback that you had setup was not working when it should.

I have applied the fix onto the lastest version of the importer and attached.

James

JP

Jags replied

2 years ago on June 1, 2023 at 5:14 am

Thanks a lot,

It works perfectly now.

Can you explain little bit about this solution, if I want to change the status from "Let" to something else or any other empty field I want to assign vaule then how it gonna work.

J

James replied Support Agent

2 years ago on June 1, 2023 at 11:57 am

The solution was fixed due to a bug in the code that previously ignored values that were considered empty e.g. "", " ", 0

If you want to change let to something else, you would just need to update the field map value.

 

JP

Jags replied

2 years ago on June 1, 2023 at 2:52 pm

Thanks alot for the solution. You guys are the best.