In active directory we have an attribute called info and would like to update asset attribute with the value up to the first period for example for the value "country.state.city" only country should be imported, tried /[^.]*/ and it does not work.